|
7 | 7 | "author": "Javi Velasco <javier.velasco86@gmail.com> (http://javivelasco.com/)", |
8 | 8 | "repository": { |
9 | 9 | "type": "git", |
10 | | - "url": "git+https://github.com/FriendsOfReactJS/react-css-themr.git" |
| 10 | + "url": "https://github.com/FriendsOfReactJS/react-css-themr.git" |
11 | 11 | }, |
12 | 12 | "bugs": { |
13 | 13 | "url": "https://github.com/FriendsOfReactJS/react-css-themr/issues" |
|
33 | 33 | "babel-preset-es2015": "^6.24.1", |
34 | 34 | "babel-preset-react": "^6.24.1", |
35 | 35 | "babel-preset-stage-0": "^6.24.1", |
| 36 | + "commitizen": "^2.10.1", |
| 37 | + "conventional-changelog-eslint": "^3.0.0", |
| 38 | + "cz-adapter-eslint": "^0.1.2", |
36 | 39 | "eslint": "^5.3.0", |
37 | 40 | "eslint-config-prettier": "^3.0.0", |
38 | 41 | "eslint-plugin-prettier": "^2.6.2", |
|
45 | 48 | "react": "^16.4.2", |
46 | 49 | "react-dom": "^16.4.2", |
47 | 50 | "rimraf": "^2.6.2", |
48 | | - "sinon": "^6.1.4" |
| 51 | + "semantic-release": "^15.9.8", |
| 52 | + "sinon": "^6.1.4", |
| 53 | + "travis-deploy-once": "^5.0.2" |
49 | 54 | }, |
50 | 55 | "files": [ |
51 | 56 | "index.d.ts", |
|
58 | 63 | "lint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check", |
59 | 64 | "prepublish": "rimraf lib && npm run build", |
60 | 65 | "test": "jest", |
61 | | - "test:watch": "npm test -- --watch" |
| 66 | + "test:watch": "npm test -- --watch", |
| 67 | + "travis-deploy-once": "travis-deploy-once", |
| 68 | + "semantic-release": "semantic-release", |
| 69 | + "commit": "git-cz" |
62 | 70 | }, |
63 | 71 | "license": "MIT", |
64 | 72 | "peerDependencies": { |
|
72 | 80 | "jest": { |
73 | 81 | "verbose": true, |
74 | 82 | "testURL": "http://localhost/" |
| 83 | + }, |
| 84 | + "config": { |
| 85 | + "commitizen": { |
| 86 | + "path": "./node_modules/cz-adapter-eslint" |
| 87 | + } |
75 | 88 | } |
76 | 89 | } |
0 commit comments