Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit 0dce67a

Browse files
committed
fix(bump): bump skatejs-build to avoid parser errors w/ babel
1 parent 3412b0b commit 0dce67a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "skatejs-react-integration",
33
"description": "Use custom elements in your React components without resorting to hacks.",
4-
"main": "lib/index.js",
4+
"main": "dist/index.js",
55
"jsnext:main": "src/index.js",
66
"repository": {
77
"type": "git",
@@ -30,7 +30,7 @@
3030
"react-addons-test-utils": "^0.14.3",
3131
"react-dom": "^0.14.3",
3232
"skatejs": "^0.14.3",
33-
"skatejs-build": "^4.2.2",
33+
"skatejs-build": "^4.2.3",
3434
"webcomponents.js": "0.7.22"
3535
},
3636
"peerDependencies": {

0 commit comments

Comments
 (0)