|
24 | 24 | "lint:less:fix": "npm run lint:less -- --fix", |
25 | 25 | "lint:ts": "tslint -c tslint.json 'src/**/*.ts'", |
26 | 26 | "lint:ts:fix": "npm run lint:ts -- --fix", |
27 | | - "postinstall": "node src/scripts/package/install.js", |
28 | 27 | "publish-travis": "node_modules/patternfly-eng-publish/script/publish-ghpages.sh -t dist-demo", |
29 | 28 | "reinstall": "npm run clean && npm install", |
30 | 29 | "rimraf": "rimraf", |
|
56 | 55 | "ng5", |
57 | 56 | "ng6" |
58 | 57 | ], |
| 58 | + "config": { |
| 59 | + "commitizen": { |
| 60 | + "path": "./node_modules/cz-conventional-changelog" |
| 61 | + } |
| 62 | + }, |
| 63 | + "bugs": { |
| 64 | + "url": "https://github.com/patternfly/patternfly-ng/issues" |
| 65 | + }, |
59 | 66 | "homepage": "https://github.com/patternfly/patternfly-ng", |
60 | 67 | "repository": { |
61 | 68 | "type": "git", |
62 | 69 | "url": "https://github.com/patternfly/patternfly-ng.git" |
63 | 70 | }, |
64 | | - "bugs": { |
65 | | - "url": "https://github.com/patternfly/patternfly-ng/issues" |
| 71 | + "publishConfig": { |
| 72 | + "registry": "https://registry.npmjs.org/", |
| 73 | + "tag": "latest" |
| 74 | + }, |
| 75 | + "release": { |
| 76 | + "branch": "master", |
| 77 | + "prepare": [ |
| 78 | + { |
| 79 | + "path": "@semantic-release/npm", |
| 80 | + "pkgRoot": "dist" |
| 81 | + } |
| 82 | + ], |
| 83 | + "publish": [ |
| 84 | + { |
| 85 | + "path": "@semantic-release/npm", |
| 86 | + "pkgRoot": "dist" |
| 87 | + }, |
| 88 | + "@semantic-release/github" |
| 89 | + ] |
66 | 90 | }, |
67 | 91 | "engines": { |
68 | 92 | "node": ">=8.11.1", |
|
155 | 179 | "nsp": "3.2.1", |
156 | 180 | "optimize-js-plugin": "0.0.4", |
157 | 181 | "patternfly-eng-publish": "0.0.4", |
158 | | - "patternfly-eng-release": "^3.26.73", |
| 182 | + "patternfly-eng-release": "^3.26.74", |
159 | 183 | "phantomjs-prebuilt": "2.1.16", |
160 | 184 | "protractor": "5.4.0", |
161 | 185 | "raw-loader": "0.5.1", |
|
188 | 212 | "webpack-dev-server": "3.1.5", |
189 | 213 | "webpack-merge": "4.1.3", |
190 | 214 | "zone.js": "0.8.26" |
191 | | - }, |
192 | | - "release": { |
193 | | - "branch": "master-dist", |
194 | | - "debug": false, |
195 | | - "pkgRoot": "./dist" |
196 | | - }, |
197 | | - "config": { |
198 | | - "commitizen": { |
199 | | - "path": "./node_modules/cz-conventional-changelog" |
200 | | - } |
201 | | - }, |
202 | | - "files": [ |
203 | | - "dist", |
204 | | - "src/scripts" |
205 | | - ] |
| 215 | + } |
206 | 216 | } |
0 commit comments