|
1 | 1 | {
|
2 | 2 | "name": "vue-context-api",
|
3 |
| - "version": "1.6.0", |
| 3 | + "version": "0.0.0-development", |
4 | 4 | "description": "A react-like context api for Vue",
|
5 | 5 | "main": "index.js",
|
6 | 6 | "repository": "https://github.com/zephraph/vue-context-api",
|
7 | 7 | "author": "zephraph <zephraph@gmail.com>",
|
8 |
| - "license": "MIT" |
| 8 | + "license": "MIT", |
| 9 | + "scripts": { |
| 10 | + "semantic-release": "semantic-release", |
| 11 | + "travis-deploy-once": "travis-deploy-once" |
| 12 | + }, |
| 13 | + "release": { |
| 14 | + "verifyConditions": [ |
| 15 | + "@semantic-release/changelog", |
| 16 | + "@semantic-release/npm", |
| 17 | + "@semantic-release/git" |
| 18 | + ], |
| 19 | + "prepare": [ |
| 20 | + "@semantic-release/changelog", |
| 21 | + "@semantic-release/npm", |
| 22 | + "@semantic-release/git" |
| 23 | + ], |
| 24 | + "publish": [ |
| 25 | + "@semantic-release/github", |
| 26 | + "@semantic-release/npm" |
| 27 | + ] |
| 28 | + }, |
| 29 | + "devDependencies": { |
| 30 | + "@semantic-release/changelog": "^2.0.2", |
| 31 | + "@semantic-release/git": "^5.0.0", |
| 32 | + "cz-conventional-changelog": "^2.1.0", |
| 33 | + "semantic-release": "^15.5.0", |
| 34 | + "travis-deploy-once": "^5.0.0" |
| 35 | + }, |
| 36 | + "config": { |
| 37 | + "commitizen": { |
| 38 | + "path": "./node_modules/cz-conventional-changelog" |
| 39 | + } |
| 40 | + } |
9 | 41 | }
|
0 commit comments