Skip to content

Commit 39a0e7b

Browse files
committed
Update package.json.
1. Use the same jQuery version in jspm 2. Update the files to only include the source and dist folders
1 parent 380c920 commit 39a0e7b

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

package.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,9 @@
118118
"node": ">=6"
119119
},
120120
"files": [
121-
".babelrc",
122-
".eslintignore",
123-
"Gemfile",
124-
"dist",
125-
"build",
126-
"js/.eslintrc.json",
127-
"js/**/*.js",
128-
"js/**/*.js.map",
129-
"scss/**/*.scss"
121+
"dist/",
122+
"js/{src,dist}/",
123+
"scss/"
130124
],
131125
"browserslist": [
132126
"Chrome >= 45",
@@ -197,7 +191,7 @@
197191
},
198192
"dependencies": {},
199193
"peerDependencies": {
200-
"jquery": "^3.0.0",
194+
"jquery": "1.9.1 - 3",
201195
"popper.js": "^1.12.6"
202196
}
203197
}

0 commit comments

Comments
 (0)