File tree Expand file tree Collapse file tree 4 files changed +3
-18
lines changed
Expand file tree Collapse file tree 4 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 66 "license" : " MIT" ,
77 "private" : false ,
88 "repository" : " git://github.com/commitd/components-graph" ,
9- "main" : " dist/committed-components-graph.cjs.js" ,
10- "module" : " dist/committed-components-graph.esm.js" ,
11- "typings" : " dist/index.d.ts" ,
12- "sideEffects" : false ,
13- "publishConfig" : {
14- "registry" : " https://registry.npmjs.org/"
15- },
16- "files" : [
17- " dist"
18- ],
19- "engines" : {
20- "node" : " >=10"
21- },
229 "scripts" : {
2310 "clean" : " shx rm -rf dist" ,
2411 "commit" : " cz" ,
3926 "precommit" : " npm run precommit -ws" ,
4027 "semantic-release" : " multi-semantic-release"
4128 },
42- "peerDependencies" : {
43- "@committed/components" : " >= 6.0.0" ,
44- "react" : " >= 16.8.0" ,
45- "react-dom" : " >= 16.8.0"
46- },
4729 "prettier" : {
4830 "semi" : false ,
4931 "singleQuote" : true
Original file line number Diff line number Diff line change 1010 "typings" : " dist/index.d.ts" ,
1111 "sideEffects" : false ,
1212 "publishConfig" : {
13+ "access" : " public" ,
1314 "registry" : " https://registry.npmjs.org/"
1415 },
1516 "files" : [
Original file line number Diff line number Diff line change 1313 " dist"
1414 ],
1515 "publishConfig" : {
16+ "access" : " public" ,
1617 "registry" : " https://registry.npmjs.org/"
1718 },
1819 "repository" : {
Original file line number Diff line number Diff line change 1313 " dist"
1414 ],
1515 "publishConfig" : {
16+ "access" : " public" ,
1617 "registry" : " https://registry.npmjs.org/"
1718 },
1819 "repository" : {
You can’t perform that action at this time.
0 commit comments