Skip to content

Commit 7ca48f5

Browse files
committed
package.json main for codesandbox
1 parent fc97958 commit 7ca48f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/cdn-es5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"version": "1.0.0",
44
"description": "ActiveWidgets/React from CDN",
55
"keywords": [],
6-
"main": "index.html",
6+
"main": "src/index.js",
77
"private": true
88
}

examples/hello-world/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "1.0.0",
44
"description": "Hello World - ActiveWidgets/React",
55
"keywords": [],
6-
"main": "index.html",
6+
"main": "src/index.js",
77
"scripts": {
8-
"start": "parcel --open",
9-
"build": "parcel build"
8+
"start": "parcel index.html --open",
9+
"build": "parcel build index.html"
1010
},
1111
"dependencies": {
1212
"@activewidgets/react": "0.0.10",

0 commit comments

Comments
 (0)