Skip to content

Commit

Permalink
Merge pull request #250 from Capgemini/feat/cleanup
Browse files Browse the repository at this point in the history
feat: clean up
  • Loading branch information
daniele-zurico authored Dec 21, 2021
2 parents 09ec135 + 008dcbb commit a9bee3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions example/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
"publish-storybook": "npx chromatic --project-token c6317a751fef",
"build": "tsdx build"
},
"bin": {
"dcx-gpc": "./bin/dcx-gen-pc.js"
},
"peerDependencies": {
"react": ">=16"
},
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@capgeminiuk/dcx-react-library",
"author": "Daniele Zurico",
"license": "MIT",
"version": "0.3.3",
"version": "0.3.4",
"source": "src/index.ts",
"main": "dist/dcx-react-library.js",
"module": "dist/dcx-react-library.module.js",
Expand All @@ -24,9 +24,6 @@
"build-storybook": "build-storybook",
"publish-storybook": "npx chromatic --project-token c6317a751fef"
},
"bin": {
"dcx-gpc": "./bin/dcx-gen-pc.js"
},
"peerDependencies": {
"react": ">=16"
},
Expand Down

0 comments on commit a9bee3c

Please sign in to comment.