Skip to content

Commit

Permalink
Update package.json.
Browse files Browse the repository at this point in the history
1. Use the same jQuery version in jspm
2. Update the files to only include the source and dist folders
  • Loading branch information
XhmikosR committed Nov 16, 2017
1 parent 8e4ba11 commit 4101aa7
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,9 @@
"node": ">=6"
},
"files": [
".babelrc",
".eslintignore",
"Gemfile",
"dist",
"build",
"js/.eslintrc.json",
"js/**/*.js",
"js/**/*.js.map",
"scss/**/*.scss"
"dist/",
"js/{src,dist}/",
"scss/"
],
"browserslist": [
"Chrome >= 45",
Expand Down Expand Up @@ -198,7 +192,7 @@
},
"dependencies": {},
"peerDependencies": {
"jquery": "^3.0.0",
"jquery": "1.9.1 - 3",
"popper.js": "^1.12.7"
}
}
Expand Down

0 comments on commit 4101aa7

Please sign in to comment.