Skip to content

Commit 6419fdf

Browse files
chore(*): Opt-in to including core changelog. switch from prepare to prepublishOnly.
1 parent e1b352c commit 6419fdf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"package": "npm run build",
1717
"docs": "typedoc --tsconfig tsconfig.typedoc.json --readme README.md --name '@uirouter/angular' --theme node_modules/ui-router-typedoc-themes/bin/default --out _doc --internal-aliases internal,coreapi,ng2api --external-aliases internalapi,external --navigation-label-globals @uirouter/angular",
1818
"publishdocs": "npm run docs && node --harmony scripts/publishdocs.js",
19-
"prepare": "npm run build",
20-
"changelog": "update_changelog",
19+
"prepublishOnly": "npm run build",
20+
"changelog": "update_changelog --include-core",
2121
"artifacts": "artifact_tagging"
2222
},
2323
"homepage": "https://ui-router.github.io/ng2",
@@ -68,7 +68,7 @@
6868
"@angular/router": "^4.0.0",
6969
"@types/jasmine": "^2.2.34",
7070
"@types/jquery": "^1.10.31",
71-
"@uirouter/publish-scripts": "^1.0.7",
71+
"@uirouter/publish-scripts": "^1.0.9",
7272
"awesome-typescript-loader": "^3.1.2",
7373
"babel-core": "^6.22.1",
7474
"babel-loader": "^6.2.10",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@
9595
version "5.0.10"
9696
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.10.tgz#1a39eacbe33f3b44ab2c8fa4520cb1da92026cc3"
9797

98-
"@uirouter/publish-scripts@^1.0.7":
99-
version "1.0.7"
100-
resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-1.0.7.tgz#99ffd6aeced41e96b92ccb007342eee5d14b0a9a"
98+
"@uirouter/publish-scripts@^1.0.9":
99+
version "1.0.9"
100+
resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-1.0.9.tgz#e4e95f4acf4b1678d70189db741c0431ab6c724f"
101101
dependencies:
102102
conventional-changelog "^1.1.4"
103103
conventional-changelog-ui-router-core "^1.4.2"

0 commit comments

Comments
 (0)