We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0fe14 commit 917f8f1Copy full SHA for 917f8f1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@react-native-community/bob",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"description": "CLI to build JavaScript files for React Native libraries",
5
"repository": "git@github.com:react-native-community/bob.git",
6
"author": "Satyajit Sahoo <satyajit.happy@gmail.com>",
@@ -13,6 +13,10 @@
13
"bin",
14
"lib"
15
],
16
+ "publishConfig": {
17
+ "access": "public",
18
+ "registry": "https://registry.npmjs.org/"
19
+ },
20
"scripts": {
21
"typescript": "tsc --noEmit",
22
"build": "babel --extensions .ts,.tsx src --out-dir lib --ignore '**/__tests__/**' --source-maps --delete-dir-on-start",
0 commit comments