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

Commit

Permalink
fix(bump): bump skatejs-build to avoid parser errors w/ babel
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnelson committed Jun 22, 2016
1 parent 3412b0b commit 0dce67a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "skatejs-react-integration",
"description": "Use custom elements in your React components without resorting to hacks.",
"main": "lib/index.js",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"react-addons-test-utils": "^0.14.3",
"react-dom": "^0.14.3",
"skatejs": "^0.14.3",
"skatejs-build": "^4.2.2",
"skatejs-build": "^4.2.3",
"webcomponents.js": "0.7.22"
},
"peerDependencies": {
Expand Down

0 comments on commit 0dce67a

Please sign in to comment.