Skip to content

Commit

Permalink
chore: clean npm package and add jQuery as peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-D committed Jun 6, 2019
1 parent 5c6d23a commit 08fa767
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,12 @@ bower.json
src
docs
bower_components
.gitattributes
.gitignore
.jshintrc
.github
.idea
.bowerrc
sponsors
BACKERS.md
CONTRIBUTORS.md
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
"jshint-stylish": "2.2.1",
"vinyl-paths": "2.1.0"
},
"peerDependencies": {
"jQuery": ">=1.8"
},
"scripts": {
"start": "gulp",
"build": "gulp build",
Expand Down

0 comments on commit 08fa767

Please sign in to comment.