Skip to content

Commit 66719cd

Browse files
committed
Update package.json
1 parent 955a0d3 commit 66719cd

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@op-engineering/toolkit",
3-
"version": "0.0.1",
4-
"description": "Toolkit with all the code I add to the projects over and over again",
3+
"private": false,
4+
"version": "0.0.2",
5+
"description": "Toolkit useful functions",
56
"main": "dist/index.js",
67
"types": "dist/index.d.ts",
78
"files": [
@@ -13,7 +14,7 @@
1314
},
1415
"repository": {
1516
"type": "git",
16-
"url": "git+https://github.com/ospfranco/osp-toolkit.git"
17+
"url": "git+https://github.com/op-engineering/toolkit.git"
1718
},
1819
"keywords": [
1920
"toolkit",
@@ -24,11 +25,12 @@
2425
"author": "Oscar Franco",
2526
"license": "MIT",
2627
"bugs": {
27-
"url": "https://github.com/ospfranco/osp-toolkit/issues"
28+
"url": "https://github.com/op-engineering/toolkit/issues"
2829
},
29-
"homepage": "https://github.com/ospfranco/osp-toolkit",
30+
"homepage": "https://github.com/op-engineering/toolkit",
3031
"peerDependencies": {
31-
"react": "^18.2.0",
32-
"react-native": "^0.71.6"
33-
}
32+
"react": "*",
33+
"react-native": "*"
34+
},
35+
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
3436
}

0 commit comments

Comments
 (0)