We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3412b0b commit 0dce67aCopy full SHA for 0dce67a
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "skatejs-react-integration",
3
"description": "Use custom elements in your React components without resorting to hacks.",
4
- "main": "lib/index.js",
+ "main": "dist/index.js",
5
"jsnext:main": "src/index.js",
6
"repository": {
7
"type": "git",
@@ -30,7 +30,7 @@
30
"react-addons-test-utils": "^0.14.3",
31
"react-dom": "^0.14.3",
32
"skatejs": "^0.14.3",
33
- "skatejs-build": "^4.2.2",
+ "skatejs-build": "^4.2.3",
34
"webcomponents.js": "0.7.22"
35
},
36
"peerDependencies": {
0 commit comments