There was an error while loading. Please reload this page.
1 parent 480a36b commit e3b3acdCopy full SHA for e3b3acd
package.json
@@ -11,8 +11,10 @@
11
"build": "npm run build:lib && npm run build:storybook",
12
"build:lib": "rm -rf dist && node esbuild.js && ls -al dist",
13
"build:storybook": "storybook build",
14
- "lint": "eslint src --fix"
+ "lint": "eslint src --fix",
15
+ "prepublishOnly": "npm run build:lib"
16
},
17
+ "files": ["dist"],
18
"repository": {
19
"type": "git",
20
"url": "https://github.com/allenhwkim/react-openlayers"
@@ -21,7 +23,6 @@
21
23
"url": "https://github.com/allenhwkim/react-openlayers/issues"
22
24
25
"license": "MIT",
- "private": true,
26
"peerDependencies": {
27
"ol": "^10.4.0",
28
"react": "^18.2.0",
0 commit comments