Skip to content

Commit

Permalink
Removed global npm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed May 24, 2017
1 parent 4486922 commit b559d2b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplitudejs",
"version": "3.0.1",
"version": "3.0.2",
"description": "A JavaScript library that allows you to control the design of your media controls in your webpage -- not the browser. No dependencies (jQuery not required) https://521dimensions.com/open-source/amplitudejs",
"main": "dist/amplitude.js",
"devDependencies": {
Expand All @@ -18,9 +18,8 @@
"dist"
],
"scripts": {
"preinstall": "npm install -g webpack",
"build": "webpack",
"test": "echo \\\"Error: no test specified\\\" && exit 1"
"build": "node_modules/.bin/webpack",
"test": "echo \\\"Tests are not supported yet.... Coming soon!\\\" && exit 0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b559d2b

Please sign in to comment.