File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @offcourse/atoms" ,
33 "version" : " 0.0.0-semantically-released" ,
4- "description" : " Atomic building blocks for the Offcourse Project" ,
4+ "description" : " Atomic Building Blocks for the Offcourse Project" ,
55 "author" : " yeehaa123" ,
66 "license" : " MIT" ,
77 "repository" : " offcourse/offcourse-next" ,
1212 "test" : " echo TEST" ,
1313 "test:watch" : " react-scripts test --env=jsdom" ,
1414 "build" : " rollup -c" ,
15- "start" : " rollup -c -w" ,
16- "semantic-release" : " npx semantic-release -e semantic-release-monorepo"
15+ "start" : " rollup -c -w"
1716 },
1817 "dependencies" : {
1918 "@fortawesome/fontawesome" : " ^1.1.4" ,
6362 },
6463 "files" : [
6564 " dist"
66- ]
65+ ],
66+ "config" : {
67+ "commitizen" : {
68+ "path" : " ./node_modules/cz-conventional-changelog"
69+ }
70+ }
6771}
Original file line number Diff line number Diff line change 1313 "start" : " react-app-rewired start" ,
1414 "build" : " react-app-rewired build" ,
1515 "test" : " react-app-rewired test --env=jsdom" ,
16- "eject" : " react-scripts eject" ,
17- "semantic-release" : " echo TEST"
16+ "eject" : " react-scripts eject"
1817 },
1918 "devDependencies" : {
2019 "react-app-rewire-yarn-workspaces" : " ^1.0.3" ,
You can’t perform that action at this time.
0 commit comments