Skip to content

Commit 827021a

Browse files
committed
Upgrade and fix devDependencies
- There are no dependencies, only devDependencies
1 parent a46d636 commit 827021a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
},
2121
"homepage": "https://github.com/spinningarrow/zoom-vanilla.js",
2222
"devDependencies": {
23-
"uglify-js": "^2.4.21"
23+
"http-server": "^0.9.0",
24+
"uglify-js": "^2.7.3",
25+
"watch": "^0.19.2"
2426
},
2527
"scripts": {
2628
"_echo_done": "echo [`date`] \"\\033[1;32mzoom-vanilla.min.js rebuilt\\033[0m\"",
@@ -30,9 +32,5 @@
3032
"start": "http-server",
3133
"version": "npm run build && git add -u .",
3234
"watch": "watch 'npm run compress && npm run _echo_done' js --ignoreDotFiles"
33-
},
34-
"dependencies": {
35-
"http-server": "^0.9.0",
36-
"watch": "^0.19.1"
3735
}
3836
}

0 commit comments

Comments
 (0)