Skip to content

Commit 917f8f1

Browse files
committed
chore: release 0.2.0
1 parent 5c0fe14 commit 917f8f1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/bob",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "CLI to build JavaScript files for React Native libraries",
55
"repository": "git@github.com:react-native-community/bob.git",
66
"author": "Satyajit Sahoo <satyajit.happy@gmail.com>",
@@ -13,6 +13,10 @@
1313
"bin",
1414
"lib"
1515
],
16+
"publishConfig": {
17+
"access": "public",
18+
"registry": "https://registry.npmjs.org/"
19+
},
1620
"scripts": {
1721
"typescript": "tsc --noEmit",
1822
"build": "babel --extensions .ts,.tsx src --out-dir lib --ignore '**/__tests__/**' --source-maps --delete-dir-on-start",

0 commit comments

Comments
 (0)