Skip to content

Commit

Permalink
fix: Publish npm publicly
Browse files Browse the repository at this point in the history
  • Loading branch information
markdlv committed Feb 22, 2023
1 parent 24f1346 commit 7832138
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "@lifeomic/react-native-sdk",
"version": "0.0.0",
"description": "React-native components for building a mobile app against the LifeOmic Platform",
"publishConfig": {
"access": "public"
},
"scripts": {
"format": "yarn prettier '**/*.{ts,tsx,js,json,md}'",
"format:write": "yarn format --write",
Expand All @@ -15,7 +18,7 @@
"copyToStarter": "cp -r ./dist/ ../react-native-starter/node_modules/@lifeomic/react-native-sdk"
},
"author": "LifeOmic <development@lifeomic.com>",
"license": "UNLICENSED",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
Expand Down

0 comments on commit 7832138

Please sign in to comment.