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 7, 2017
1 parent b42a38b commit 490a44d
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.6"
}
}
Expand Down

0 comments on commit 490a44d

Please sign in to comment.