Skip to content

Commit 0cd020a

Browse files
committed
chore: release v2.0.0
1 parent 85ce381 commit 0cd020a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-nitro-version-check",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "A lightweight, fast version-checking library for React Native, powered by Nitro Modules",
55
"main": "lib/index",
66
"module": "lib/index",
@@ -88,7 +88,9 @@
8888
"npm": {
8989
"publish": true,
9090
"skipChecks": true,
91-
"publishArgs": ["--provenance --access public"]
91+
"publishArgs": [
92+
"--provenance --access public"
93+
]
9294
},
9395
"github": {
9496
"release": true

0 commit comments

Comments
 (0)