Skip to content

Commit 008dcbb

Browse files
feat: clean up
1 parent 09ec135 commit 008dcbb

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

example/src/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
"publish-storybook": "npx chromatic --project-token c6317a751fef",
2626
"build": "tsdx build"
2727
},
28-
"bin": {
29-
"dcx-gpc": "./bin/dcx-gen-pc.js"
30-
},
3128
"peerDependencies": {
3229
"react": ">=16"
3330
},

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@capgeminiuk/dcx-react-library",
33
"author": "Daniele Zurico",
44
"license": "MIT",
5-
"version": "0.3.3",
5+
"version": "0.3.4",
66
"source": "src/index.ts",
77
"main": "dist/dcx-react-library.js",
88
"module": "dist/dcx-react-library.module.js",
@@ -24,9 +24,6 @@
2424
"build-storybook": "build-storybook",
2525
"publish-storybook": "npx chromatic --project-token c6317a751fef"
2626
},
27-
"bin": {
28-
"dcx-gpc": "./bin/dcx-gen-pc.js"
29-
},
3027
"peerDependencies": {
3128
"react": ">=16"
3229
},

0 commit comments

Comments
 (0)