Skip to content

Commit

Permalink
npm run deps:update added
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed May 7, 2020
1 parent ca7e2c1 commit 37cde2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"last 3 versions"
],
"scripts": {
"lint": "stylelint sass/style.scss && eslint js/script.js && eslint tests/index.js"
"lint": "stylelint sass/style.scss && eslint js/script.js && eslint tests/index.js",
"deps:update": "cp node_modules/jquery/dist/jquery.min.js js/ && cp node_modules/mousetrap/mousetrap.min.js js/"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 37cde2e

Please sign in to comment.