Skip to content

Commit

Permalink
chore(scripts): Use uirouter/publish-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Aug 13, 2017
1 parent b3c3476 commit 4c7e257
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 274 deletions.
File renamed without changes.
10 changes: 6 additions & 4 deletions package.json
Expand Up @@ -6,7 +6,9 @@
"clean": "shx rm -rf lib lib-esm _bundles _dec",
"compile": "npm run clean && ngc",
"bundle": "rollup -c && rollup -c --environment MINIFY",
"build": "npm run compile && npm run bundle",
"fixmaps": "modify_sourcemap_paths",
"build": "npm run compile && npm run bundle && npm run fixmaps",
"release": "release",
"travis": "npm run build && npm run noimplicitany && npm run test",
"test": "karma start",
"noimplicitany": "tsc --noEmit --noImplicitAny --moduleResolution node --target es6 test/noimplicitany.ts",
Expand All @@ -15,9 +17,8 @@
"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",
"publishdocs": "npm run docs && node --harmony scripts/publishdocs.js",
"prepare": "npm run build",
"changelog": "node scripts/update_changelog.js",
"release": "node scripts/release.js",
"artifacts": "node scripts/artifact_tagging.js"
"changelog": "update_changelog",
"artifacts": "artifact_tagging"
},
"homepage": "https://ui-router.github.io/ng2",
"contributors": [
Expand Down Expand Up @@ -67,6 +68,7 @@
"@angular/router": "^4.0.0",
"@types/jasmine": "^2.2.34",
"@types/jquery": "^1.10.31",
"@uirouter/publish-scripts": "^1.0.4",
"awesome-typescript-loader": "^3.1.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
Expand Down
109 changes: 0 additions & 109 deletions scripts/artifact_tagging.js

This file was deleted.

5 changes: 0 additions & 5 deletions scripts/ensure_clean_master.js

This file was deleted.

28 changes: 0 additions & 28 deletions scripts/show_changelog.js

This file was deleted.

69 changes: 0 additions & 69 deletions scripts/show_core_changelog.js

This file was deleted.

15 changes: 0 additions & 15 deletions scripts/update_changelog.js

This file was deleted.

39 changes: 0 additions & 39 deletions scripts/util.js

This file was deleted.

40 changes: 35 additions & 5 deletions yarn.lock
Expand Up @@ -95,6 +95,17 @@
version "5.0.5"
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.5.tgz#4fafae8b89e1bee321b0ed32e69ab66547c055c6"

"@uirouter/publish-scripts@^1.0.4":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-1.0.4.tgz#12de0110b88985cceb5ea0a020810ea8de8ecb38"
dependencies:
conventional-changelog "^1.1.4"
conventional-changelog-ui-router-core "file:../conventional-changelog-ui-router-core"
find-parent-dir "^0.3.0"
git-semver-tags "^1.2.1"
readline-sync "^1.4.7"
shelljs "^0.7.8"

"@uirouter/rx@=0.4.1":
version "0.4.1"
resolved "https://registry.yarnpkg.com/@uirouter/rx/-/rx-0.4.1.tgz#658c9e58e860ae3132faf4c71a6bed7e91de02f3"
Expand Down Expand Up @@ -949,6 +960,13 @@ conventional-changelog-jshint@^0.1.0:
compare-func "^1.3.1"
q "^1.4.1"

"conventional-changelog-ui-router-core@file:../conventional-changelog-ui-router-core":
version "1.4.2"
dependencies:
compare-func "^1.3.1"
github-url-from-git "^1.4.0"
q "^1.4.1"

conventional-changelog-writer@^1.1.0:
version "1.4.1"
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-1.4.1.tgz#3f4cb4d003ebb56989d30d345893b52a43639c8e"
Expand All @@ -964,7 +982,7 @@ conventional-changelog-writer@^1.1.0:
split "^1.0.0"
through2 "^2.0.0"

conventional-changelog@^1.1.0, conventional-changelog@^1.1.3:
conventional-changelog@^1.1.0, conventional-changelog@^1.1.3, conventional-changelog@^1.1.4:
version "1.1.4"
resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-1.1.4.tgz#108bc750c2a317e200e2f9b413caaa1f8c7efa3b"
dependencies:
Expand Down Expand Up @@ -1555,6 +1573,10 @@ find-cache-dir@^0.1.1:
mkdirp "^0.5.1"
pkg-dir "^1.0.0"

find-parent-dir@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/find-parent-dir/-/find-parent-dir-0.3.0.tgz#33c44b429ab2b2f0646299c5f9f718f376ff8d54"

find-up@^1.0.0:
version "1.1.2"
resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f"
Expand Down Expand Up @@ -1699,9 +1721,9 @@ git-remote-origin-url@^2.0.0:
gitconfiglocal "^1.0.0"
pify "^2.3.0"

git-semver-tags@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-1.2.0.tgz#b31fd02c8ab578bd6c9b5cacca5e1c64c1177ac1"
git-semver-tags@^1.2.0, git-semver-tags@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-1.2.1.tgz#6ccd2a52e735b736748dc762444fcd9588e27490"
dependencies:
meow "^3.3.0"
semver "^5.0.1"
Expand Down Expand Up @@ -3121,7 +3143,7 @@ readdirp@^2.0.0:
readable-stream "^2.0.2"
set-immediate-shim "^1.0.1"

readline-sync@^1.4.5:
readline-sync@^1.4.5, readline-sync@^1.4.7:
version "1.4.7"
resolved "https://registry.yarnpkg.com/readline-sync/-/readline-sync-1.4.7.tgz#001bfdd4c06110c3c084c63bf7c6a56022213f30"

Expand Down Expand Up @@ -3464,6 +3486,14 @@ shelljs@^0.7.0:
interpret "^1.0.0"
rechoir "^0.6.2"

shelljs@^0.7.8:
version "0.7.8"
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.8.tgz#decbcf874b0d1e5fb72e14b164a9683048e9acb3"
dependencies:
glob "^7.0.0"
interpret "^1.0.0"
rechoir "^0.6.2"

shx@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/shx/-/shx-0.1.4.tgz#9a3a94271e6cbb788149fdc6696237154ab6379f"
Expand Down

0 comments on commit 4c7e257

Please sign in to comment.