local build

This commit is contained in:
Danish Arora 2025-09-25 21:51:47 +05:30
parent 1617103bbc
commit dbbeef5bae
No known key found for this signature in database
GPG Key ID: 1C6EF37CDAE1426E
2 changed files with 3 additions and 5 deletions

2
package-lock.json generated
View File

@ -18006,7 +18006,7 @@
},
"packages/react": {
"name": "@opchan/react",
"version": "1.0.0",
"version": "1.0.2",
"dependencies": {
"@opchan/core": "^1.0.0"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opchan/react",
"version": "1.0.0",
"version": "1.0.2",
"private": false,
"description": "React contexts and hooks for OpChan built on @opchan/core",
"main": "dist/index.js",
@ -33,7 +33,7 @@
"react-dom": ">=18.0.0"
},
"dependencies": {
"@opchan/core": "^1.0.0"
"@opchan/core": "file:../core"
},
"devDependencies": {
"typescript": "^5.5.3",
@ -41,5 +41,3 @@
"@types/react-dom": "^18.2.22"
}
}