Skip to content

Commit e3b3acd

Browse files
committed
Change to public
1 parent 480a36b commit e3b3acd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
"build": "npm run build:lib && npm run build:storybook",
1212
"build:lib": "rm -rf dist && node esbuild.js && ls -al dist",
1313
"build:storybook": "storybook build",
14-
"lint": "eslint src --fix"
14+
"lint": "eslint src --fix",
15+
"prepublishOnly": "npm run build:lib"
1516
},
17+
"files": ["dist"],
1618
"repository": {
1719
"type": "git",
1820
"url": "https://github.com/allenhwkim/react-openlayers"
@@ -21,7 +23,6 @@
2123
"url": "https://github.com/allenhwkim/react-openlayers/issues"
2224
},
2325
"license": "MIT",
24-
"private": true,
2526
"peerDependencies": {
2627
"ol": "^10.4.0",
2728
"react": "^18.2.0",

0 commit comments

Comments
 (0)