Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 6447b44

Browse files
committed
refactor(package): add missing update-deps script
This script might be useful to tutorial users (e.g. for upgrading AngularJS or Protractor).
1 parent bcd8da5 commit 6447b44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
},
2323
"scripts": {
2424
"postinstall": "npm run copy-libs",
25+
"update-deps": "npm update",
26+
"postupdate-deps": "npm run copy-libs",
2527
"copy-libs": "cpx \"node_modules/{angular,angular-*,bootstrap/dist}/**/*\" app/lib -C",
2628
"prestart": "npm install",
2729
"start": "http-server ./app -a localhost -p 8000 -c-1",

0 commit comments

Comments
 (0)