Skip to content

Commit

Permalink
chore: react-native-responsive-design 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kdn0325 committed Mar 15, 2024
1 parent 1a31c9b commit 1f7b6b5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-dimensions-util",
"version": "0.1.0",
"description": "react-native-dimensions-util",
"name": "react-native-responsive-design",
"version": "1.0.0",
"description": "react-native-responsive-design",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"types": "lib/typescript/src/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"!**/.*"
],
"scripts": {
"example": "yarn workspace react-native-dimensions-util-example",
"example": "yarn workspace react-native-responsive-design-example",
"test": "jest",
"typecheck": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
Expand All @@ -41,14 +41,14 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/kdn0325/react-native-dimensions-util.git"
"url": "git+https://github.com/kdn0325/react-native-responsive-design.git"
},
"author": "kdn0325 <[email protected]> (https://github.com/kdn0325)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kdn0325/react-native-dimensions-util/issues"
"url": "https://github.com/kdn0325/react-native-responsive-design/issues"
},
"homepage": "https://github.com/kdn0325/react-native-dimensions-util#readme",
"homepage": "https://github.com/kdn0325/react-native-responsive-design#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
Expand Down

0 comments on commit 1f7b6b5

Please sign in to comment.