Skip to content

Commit 69b7289

Browse files
committedSep 23, 2017
chore(scripts): Use uirouter/publish-scripts
1 parent 7784f33 commit 69b7289

10 files changed

+6
-338
lines changed
 
File renamed without changes.

‎package.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@
1010
"test:ci": "NODE_ENV=production jest --silent",
1111
"start": "cross-env NODE_ENV=development webpack-dev-server --host 0.0.0.0 --port 8000 --config ./examples/typescript/webpack.config.js --history-api-fallback --content-base examples/typescript",
1212
"build": "npm run clean && tsc && tsc -m es6 --outDir lib-esm && cross-env NODE_ENV=production webpack && npm run fixmaps",
13-
"fixmaps": "node scripts/modify_sourcemap_paths.js",
13+
"release": "release",
14+
"fixmaps": "modify_sourcemap_paths",
1415
"clean": "shx rm -rf _bundles lib lib-esm build",
1516
"docs": "./scripts/docs.js",
1617
"package": "npm run build",
1718
"install": "node migrate/migratewarn.js",
18-
"artifacts": "./scripts/artifact_tagging.js",
19+
"artifacts": "artifact_tagging",
20+
"changelog": "update_changelog",
1921
"prettier": "node ./scripts/prettier.js write-changed",
2022
"prettier-all": "node ./scripts/prettier.js write"
2123
},
@@ -37,7 +39,7 @@
3739
"url": "https://github.com/ui-router/react.git"
3840
},
3941
"dependencies": {
40-
"@uirouter/core": "=5.0.5",
42+
"@uirouter/core": "=5.0.6",
4143
"classnames": "^2.2.5"
4244
},
4345
"peerDependencies": {
@@ -50,6 +52,7 @@
5052
"@types/prop-types": "^15.5.1",
5153
"@types/react": "^16.0.5",
5254
"@types/react-dom": "^15.5.4",
55+
"@uirouter/publish-scripts": "^1.0.3",
5356
"awesome-typescript-loader": "^3.2.3",
5457
"babel-jest": "^15.0.0",
5558
"babel-polyfill": "^6.13.0",

‎scripts/artifact_tagging.js

-109
This file was deleted.

‎scripts/ensure_clean_master.js

-5
This file was deleted.

‎scripts/modify_sourcemap_paths.js

-27
This file was deleted.

‎scripts/release.js

-43
This file was deleted.

‎scripts/show_changelog.js

-28
This file was deleted.

‎scripts/show_core_changelog.js

-69
This file was deleted.

‎scripts/update_changelog.js

-15
This file was deleted.

‎scripts/util.js

-39
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.