Skip to content

Commit b0423f9

Browse files
author
Julien Bouquillon
committed
chore: fix build browser
1 parent 4bf8fd6 commit b0423f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"start": "parcel watch ./src/index.js --out-dir ./dist",
5151
"start:demo": "parcel ./example/src/index.html --out-dir ./example/dist",
5252
"build": "yarn run build:browser && yarn run build:cjs && yarn run build:esm",
53-
"build:browser": "parcel build ./src/index.js --global minimum-parcel-lib",
53+
"build:browser": "parcel build ./src/index.js --global react-orbitdb",
5454
"build:cjs": "BABEL_ENV=cjs babel src --out-dir cjs",
5555
"build:demo": "parcel build ./example/src/index.html --out-dir ./example/dist --public-url ./",
5656
"build:esm": "BABEL_ENV=esm babel src --out-dir esm",

0 commit comments

Comments
 (0)