|
1 | 1 | {
|
2 |
| - "name": "react-timer", |
3 |
| - "version": "0.0.1", |
| 2 | + "name": "@xendora/react-timer", |
| 3 | + "version": "0.0.0-semantic-release", |
4 | 4 | "description": "React timer component",
|
5 | 5 | "author": "xendora",
|
6 | 6 | "contributors": [
|
|
41 | 41 | "docz:build": "docz build",
|
42 | 42 | "docz:deploy": "yarn docz:build && gh-pages -d .docz/dist",
|
43 | 43 | "lint:test": "yarn eslint ./src",
|
44 |
| - "jest:all": "jest __tests__/*" |
| 44 | + "jest:all": "jest __tests__/*", |
| 45 | + "commit": "npx git-cz", |
| 46 | + "semantic-release": "semantic-release" |
45 | 47 | },
|
46 | 48 | "peerDependencies": {
|
47 | 49 | "prop-types": "^15.5.4",
|
|
64 | 66 | "babel-eslint": "^10.0.1",
|
65 | 67 | "babel-jest": "^24.9.0",
|
66 | 68 | "babel-polyfill": "^6.26.0",
|
| 69 | + "commitizen": "^4.0.3", |
67 | 70 | "cross-env": "^5.1.4",
|
| 71 | + "cz-conventional-changelog": "^3.0.2", |
68 | 72 | "docz": "^2.0.0-rc.53",
|
69 | 73 | "enzyme": "^3.10.0",
|
70 | 74 | "enzyme-adapter-react-16": "^1.15.1",
|
|
87 | 91 | "rollup-plugin-node-resolve": "^5.2.0",
|
88 | 92 | "rollup-plugin-peer-deps-external": "^2.2.0",
|
89 | 93 | "rollup-plugin-postcss": "^2.0.3",
|
90 |
| - "rollup-plugin-url": "^2.2.2" |
| 94 | + "rollup-plugin-url": "^2.2.2", |
| 95 | + "semantic-release": "^15.13.28" |
91 | 96 | },
|
92 | 97 | "files": [
|
93 | 98 | "dist"
|
|
96 | 101 | "setupFilesAfterEnv": [
|
97 | 102 | "./setupTests.js"
|
98 | 103 | ]
|
| 104 | + }, |
| 105 | + "publishConfig": { |
| 106 | + "access": "public" |
| 107 | + }, |
| 108 | + "config": { |
| 109 | + "commitizen": { |
| 110 | + "path": "./node_modules/cz-conventional-changelog" |
| 111 | + } |
99 | 112 | }
|
100 | 113 | }
|
0 commit comments