Skip to content

Commit

Permalink
release: add np module, run script "shipit" to release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Jun 19, 2020
1 parent 9d466b7 commit aab9f7b
Show file tree
Hide file tree
Showing 2 changed files with 1,806 additions and 13 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"build": "genversion --semi lib/version.js",
"build:clean": "rimraf rimraf ios/build",
"build:docs": "typedoc --includeDeclarations --excludeExternals --out docs --plugin typedoc-plugin-markdown --hideBreadcrumbs",
"prepare": "yarn analyze && yarn build"
"prepare": "yarn analyze && yarn build",
"shipit": "yarn np"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -44,5 +45,7 @@
"publishConfig": {
"access": "public"
},
"dependencies": {}
"dependencies": {
"np": "^6.2.4"
}
}
Loading

0 comments on commit aab9f7b

Please sign in to comment.