Skip to content

Commit f009a22

Browse files
feat: enable public release to NPM (#3)
1 parent 128cbc9 commit f009a22

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
11
# Change log
22

3-
# 1.0.0 (2023-12-18)
4-
5-
6-
### Features
7-
8-
* force initial release to NPM ([#2](https://github.com/neurio/react-native-local-network-permission/issues/2)) ([12c8333](https://github.com/neurio/react-native-local-network-permission/commit/12c8333ac8d46c906687dc3c42d890fd6b4a5648))
9-
* initial commit ([#1](https://github.com/neurio/react-native-local-network-permission/issues/1)) ([4572518](https://github.com/neurio/react-native-local-network-permission/commit/4572518056e0cf93029217eb3a66d1a83183a3fa))

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,8 @@
8888
}
8989
]
9090
]
91+
},
92+
"publishConfig": {
93+
"access": "public"
9194
}
9295
}

0 commit comments

Comments
 (0)