Skip to content

Commit

Permalink
fix, missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
sovrin committed Jun 21, 2021
1 parent 4258c75 commit 2fc69a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "nean",
"version": "2.0.1",
"version": "2.0.2",
"description": "small kit for porting css frameworks to reactjs",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -40,6 +40,7 @@
"react": "^16",
"rollup": "^2.52.1",
"ts-node": "^10.0.0",
"tslib": "^2.3.0",
"typescript": "^4.3.4"
},
"peerDependencies": {
Expand Down

0 comments on commit 2fc69a0

Please sign in to comment.