Skip to content

Commit 9d80436

Browse files
committed
fix: try to get type completion in codesandbox
1 parent 7b86a26 commit 9d80436

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
".": "./index.ts",
3030
"./package.json": "./package.json"
3131
},
32+
"dependencies": {
33+
"@emotion/is-prop-valid": "^1.1.0",
34+
"react-polymorphic-types": "^1.0.3"
35+
},
3236
"peerDependencies": {
3337
"react": "*",
3438
"twind": ">=0.15.10",
@@ -50,7 +54,6 @@
5054
"prettier": "^2.0.5",
5155
"react": "^17.0.1",
5256
"react-dom": "^17.0.1",
53-
"react-polymorphic-types": "^1.0.3",
5457
"twind": ">=0.15.10",
5558
"typescript": "^4.1.3",
5659
"uvu": "^0.5.1",
@@ -74,8 +77,5 @@
7477
},
7578
"publishConfig": {
7679
"access": "public"
77-
},
78-
"dependencies": {
79-
"@emotion/is-prop-valid": "^1.1.0"
8080
}
8181
}

0 commit comments

Comments
 (0)