|
1 | 1 | { |
2 | 2 | "name": "input-plugin-date", |
3 | | - "version": "0.0.1", |
| 3 | + "version": "0.0.0", |
4 | 4 | "description": "An input plugin for a single date input type.", |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
|
10 | 10 | "ava:watch": "ava --watch | tap-diff", |
11 | 11 | "nyc": "nyc --all npm run ava", |
12 | 12 | "lint": "eslint index.js lib && eslint -c ./.eslintrc-ava.yml tests", |
13 | | - "coverage": "nyc report --reporter=text-lcov | coveralls" |
| 13 | + "coverage": "nyc report --reporter=text-lcov | coveralls", |
| 14 | + "semantic-release": "semantic-release pre && npm publish && semantic-release post" |
14 | 15 | }, |
15 | 16 | "repository": { |
16 | 17 | "type": "git", |
17 | | - "url": "git@github.com:punchcard-cms/input-plugin-date.git" |
| 18 | + "url": "https://github.com/punchcard-cms/input-plugin-date.git" |
18 | 19 | }, |
19 | 20 | "contributors": [ |
20 | 21 | "Rachel White <[email protected]>" |
|
26 | 27 | "coveralls": "^2.11.9", |
27 | 28 | "eslint": "^2.10.0", |
28 | 29 | "eslint-config-punchcard": "^1.0.1", |
| 30 | + "ghooks": "^1.3.2", |
29 | 31 | "nyc": "^6.0.0", |
30 | | - "punchcard-content-types": "^0.10.1", |
| 32 | + "punchcard-commit-msg": "^1.0.0", |
| 33 | + "punchcard-semantic-release": "^2.0.1", |
| 34 | + "punchcard-shared-tests": "^1.0.2", |
| 35 | + "semantic-release": "^4.3.5", |
31 | 36 | "tap-diff": "^0.1.1" |
32 | 37 | }, |
33 | 38 | "engines": { |
|
49 | 54 | ], |
50 | 55 | "failFast": true, |
51 | 56 | "tap": true |
| 57 | + }, |
| 58 | + "config": { |
| 59 | + "ghooks": { |
| 60 | + "commit-msg": "punchcard-commit-msg" |
| 61 | + } |
| 62 | + }, |
| 63 | + "release": { |
| 64 | + "analyzeCommits": "punchcard-semantic-release/analyze", |
| 65 | + "generateNotes": "punchcard-semantic-release/notes" |
52 | 66 | } |
53 | 67 | } |
0 commit comments