Skip to content

Commit f46c595

Browse files
committed
Reset weak-node-api version to 0.0.1 as published
1 parent 966db1f commit f46c595

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@
8282
"peerDependencies": {
8383
"@babel/core": "^7.26.10",
8484
"react-native": "0.79.1 || 0.79.2 || 0.79.3 || 0.79.4 || 0.79.5 || 0.79.6 || 0.79.7 || 0.80.0 || 0.80.1 || 0.80.2 || 0.81.0 || 0.81.1 || 0.81.2 || 0.81.3 || 0.81.4 || 0.81.5",
85-
"weak-node-api": "0.1.0"
85+
"weak-node-api": "0.0.1"
8686
}
8787
}

packages/weak-node-api/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "weak-node-api",
3-
"version": "0.1.0",
3+
"version": "0.0.1",
44
"description": "Node-API for React Native",
55
"homepage": "https://github.com/callstackincubator/react-native-node-api",
66
"repository": {
@@ -15,6 +15,7 @@
1515
"!dist/**/*.test.d.ts",
1616
"!dist/**/*.test.d.ts.map",
1717
"include",
18+
"build/Debug",
1819
"build/Release",
1920
"*.podspec",
2021
"*.cmake"

0 commit comments

Comments
 (0)