|
10 | 10 | "test:ci": "NODE_ENV=production jest --silent",
|
11 | 11 | "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",
|
12 | 12 | "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", |
14 | 15 | "clean": "shx rm -rf _bundles lib lib-esm build",
|
15 | 16 | "docs": "./scripts/docs.js",
|
16 | 17 | "package": "npm run build",
|
17 | 18 | "install": "node migrate/migratewarn.js",
|
18 |
| - "artifacts": "./scripts/artifact_tagging.js", |
| 19 | + "artifacts": "artifact_tagging", |
| 20 | + "changelog": "update_changelog", |
19 | 21 | "prettier": "node ./scripts/prettier.js write-changed",
|
20 | 22 | "prettier-all": "node ./scripts/prettier.js write"
|
21 | 23 | },
|
|
37 | 39 | "url": "https://github.com/ui-router/react.git"
|
38 | 40 | },
|
39 | 41 | "dependencies": {
|
40 |
| - "@uirouter/core": "=5.0.5", |
| 42 | + "@uirouter/core": "=5.0.6", |
41 | 43 | "classnames": "^2.2.5"
|
42 | 44 | },
|
43 | 45 | "peerDependencies": {
|
|
50 | 52 | "@types/prop-types": "^15.5.1",
|
51 | 53 | "@types/react": "^16.0.5",
|
52 | 54 | "@types/react-dom": "^15.5.4",
|
| 55 | + "@uirouter/publish-scripts": "^1.0.3", |
53 | 56 | "awesome-typescript-loader": "^3.2.3",
|
54 | 57 | "babel-jest": "^15.0.0",
|
55 | 58 | "babel-polyfill": "^6.13.0",
|
|
0 commit comments