|
1 | 1 | {
|
2 | 2 | "name": "shevyjs",
|
3 |
| - "version": "1.0.0", |
| 3 | + "version": "0.0.0-development", |
4 | 4 | "description": "Shevyjs is a CSS-in-JS solution for perfect vertical rhythm with your typography",
|
5 | 5 | "main": "src/index.js",
|
6 | 6 | "files": [
|
|
9 | 9 | "repository": "[email protected]:kyleshevlin/shevyjs.git",
|
10 | 10 | "author": "Kyle Shevlin <[email protected]> (http://kyleshevlin.com/)",
|
11 | 11 | "license": "MIT",
|
| 12 | + "config": { |
| 13 | + "commitizen": { |
| 14 | + "path": "cz-conventional-changelog" |
| 15 | + } |
| 16 | + }, |
12 | 17 | "scripts": {
|
13 | 18 | "precommit": "npm run validate",
|
| 19 | + "commit": "git-cz", |
| 20 | + "commitmsg": "validate-commit-msg", |
14 | 21 | "prebuild": "rimraf dist",
|
15 | 22 | "build": "npm-run-all --parallel build:*",
|
16 | 23 | "build:main": "babel --out-dir dist src",
|
|
20 | 27 | "test": "jest --coverage",
|
21 | 28 | "test:watch": "jest --watch",
|
22 | 29 | "report-coverage": "cat ./coverage/lcov.info | codecov",
|
23 |
| - "validate": "npm-run-all --parallel lint test build" |
| 30 | + "validate": "npm-run-all --parallel lint test build", |
| 31 | + "semantic-release": "semantic-release pre && npm publish && semantic-release post" |
24 | 32 | },
|
25 | 33 | "devDependencies": {
|
26 | 34 | "babel-cli": "^6.24.1",
|
|
30 | 38 | "babel-plugin-transform-object-rest-spread": "^6.23.0",
|
31 | 39 | "babel-preset-es2015": "^6.24.1",
|
32 | 40 | "codecov": "^2.2.0",
|
| 41 | + "commitizen": "^2.9.6", |
| 42 | + "cz-conventional-changelog": "^2.0.0", |
33 | 43 | "eslint": "^3.19.0",
|
34 | 44 | "eslint-config-standard": "^10.2.1",
|
35 | 45 | "eslint-plugin-import": "^2.2.0",
|
|
40 | 50 | "jest": "^19.0.2",
|
41 | 51 | "npm-run-all": "^4.0.2",
|
42 | 52 | "rimraf": "^2.6.1",
|
| 53 | + "semantic-release": "^6.3.6", |
| 54 | + "validate-commit-msg": "^2.12.1", |
43 | 55 | "webpack": "^2.5.1"
|
44 | 56 | }
|
45 | 57 | }
|
0 commit comments