File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 2222 "main" : " src/index.js" ,
2323 "types" : " src/index.d.ts" ,
2424 "scripts" : {
25+ "build" : " exit 0" ,
2526 "commit" : " git-cz" ,
2627 "format" : " prettier --write --list-different ./src/*.js" ,
2728 "prepare" : " git submodule update --init --recursive" ,
2829 "semantic-release" : " semantic-release" ,
2930 "test" : " yarn run format && yarn run test:jest" ,
3031 "test:jest" : " jest ./src/*.js"
3132 },
33+ "config" : {
34+ "commitizen" : {
35+ "path" : " node_modules/cz-conventional-changelog"
36+ }
37+ },
3238 "devDependencies" : {
3339 "@babel/core" : " ^7.1.6" ,
3440 "babel-jest" : " ^23.6.0" ,
4854 "prop-types" : " *" ,
4955 "react" : " *" ,
5056 "react-native" : " *"
51- },
52- "config" : {
53- "commitizen" : {
54- "path" : " node_modules/cz-conventional-changelog"
55- }
5657 }
5758}
You can’t perform that action at this time.
0 commit comments