Skip to content

Commit

Permalink
fix: try to get type completion in codesandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
sastan committed Mar 5, 2021
1 parent 7b86a26 commit 9d80436
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
".": "./index.ts",
"./package.json": "./package.json"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.1.0",
"react-polymorphic-types": "^1.0.3"
},
"peerDependencies": {
"react": "*",
"twind": ">=0.15.10",
Expand All @@ -50,7 +54,6 @@
"prettier": "^2.0.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-polymorphic-types": "^1.0.3",
"twind": ">=0.15.10",
"typescript": "^4.1.3",
"uvu": "^0.5.1",
Expand All @@ -74,8 +77,5 @@
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.1.0"
}
}

0 comments on commit 9d80436

Please sign in to comment.