Skip to content

Commit 28af221

Browse files
committed
chore(*): add npm commands
1 parent 6820b71 commit 28af221

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"package": "npm run bundle",
1010
"build": "npm run compile && npm run bundle",
1111
"docs": "typedoc --tsconfig tsconfig.typedoc.json --readme README.md --name 'ui-router-ng2' --theme node_modules/ui-router-typedoc-themes/bin/default --out _doc --internal-aliases internal,coreapi,ng2api --external-aliases internalapi,external --navigation-label-globals ui-router-ng2",
12-
"prepublish": "npm run build"
12+
"prepublish": "npm run build",
13+
"changelog": "node scripts/update_changelog.js",
14+
"release": "node scripts/release.js"
1315
},
1416
"homepage": "https://ui-router.github.io/ng2",
1517
"contributors": [
@@ -39,7 +41,7 @@
3941
"module": "lib/index.js",
4042
"typings": "lib/index.d.ts",
4143
"dependencies": {
42-
"ui-router-core": "=5.0.0",
44+
"ui-router-core": "=5.0.0-pre.1",
4345
"ui-router-rx": "=0.2.1"
4446
},
4547
"peerDependencies": {

0 commit comments

Comments
 (0)