Skip to content

Commit

Permalink
feat: enable public release to NPM (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkomen authored Dec 18, 2023
1 parent 128cbc9 commit f009a22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 0 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
# Change log

# 1.0.0 (2023-12-18)


### Features

* 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))
* 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))
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,8 @@
}
]
]
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit f009a22

Please sign in to comment.