Skip to content

Commit

Permalink
Update npm
Browse files Browse the repository at this point in the history
  • Loading branch information
JAY committed Jul 23, 2023
1 parent ff21106 commit f4e1607
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "emotion-responsive",
"version": "1.0.0",
"description": "",
"name": "@thinnakrit/emotion-responsive",
"version": "1.0.19",
"description": "@emotion with responsive",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
Expand All @@ -17,7 +17,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/thinnakrit/emotion-responsive.git"
"url": "git+https://github.com/thinnakrit/emotion-responsive"
},
"keywords": [
"react",
Expand Down Expand Up @@ -53,7 +53,7 @@
"tslib": "^2.6.0",
"typescript": "^5.1.6"
},
"dependencies": {
"peerDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0"
},
Expand All @@ -62,8 +62,5 @@
"LICENSE",
"README.md"
],
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
"license": "MIT"
}

0 comments on commit f4e1607

Please sign in to comment.