Skip to content

Commit 450f548

Browse files
chore(build): re-add npm package script
1 parent 3ab3826 commit 450f548

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"fixdts": "dts-downlevel 'lib/**/*.d.ts' 'lib-esm/**/*.d.ts'",
99
"fixmaps": "modify_sourcemap_paths",
1010
"build": "npm run clean && npm run compile && npm run bundle && npm run fixmaps",
11+
"package": "npm run build",
1112
"bundle": "npm run bundle_router && npm run bundle_monolithic_router && npm run bundle_events && npm run bundle_resolve",
1213
"bundle_monolithic_router": "rollup -c --environment ROUTER,MONOLITHIC && rollup -c --environment ROUTER,MINIFY,MONOLITHIC",
1314
"bundle_router": "rollup -c --environment ROUTER && rollup -c --environment ROUTER,MINIFY",
@@ -83,7 +84,7 @@
8384
"@types/angular-mocks": "^1.5.5",
8485
"@types/jasmine": "^2.2.34",
8586
"@types/jquery": "^1.10.31",
86-
"@uirouter/publish-scripts": "^1.0.4",
87+
"@uirouter/publish-scripts": "^1.0.5",
8788
"awesome-typescript-loader": "3.0.0-beta.10",
8889
"babel-core": "^5.8.14",
8990
"clone": "^1.0.2",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@
6262
dependencies:
6363
"@types/node" "*"
6464

65-
"@uirouter/core@^5.0.6":
65+
"@uirouter/core@=5.0.6":
6666
version "5.0.6"
6767
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.6.tgz#251e1fc4d6ce8fe47e374bb86971e68a2ef1b323"
6868

69-
"@uirouter/publish-scripts@^1.0.4":
70-
version "1.0.4"
71-
resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-1.0.4.tgz#12de0110b88985cceb5ea0a020810ea8de8ecb38"
69+
"@uirouter/publish-scripts@^1.0.5":
70+
version "1.0.5"
71+
resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-1.0.5.tgz#cd8c7b97e2fce583d906cf5dc3604d7522b34ebf"
7272
dependencies:
7373
conventional-changelog "^1.1.4"
7474
conventional-changelog-ui-router-core "file:../conventional-changelog-ui-router-core"

0 commit comments

Comments
 (0)