Skip to content

Commit

Permalink
feat(Publish): Registry is now public
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Kimball committed Jan 21, 2018
1 parent 7620429 commit 8830c79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"type": "git",
"url": "https://github.com/bullhorn/taurus"
},
"publishConfig": {
"access": "public"
},
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"browser": "lib/index.umd.js",
Expand Down Expand Up @@ -67,7 +70,6 @@
"test": "jest --config jest.config.json --coverage --no-cache --runInBand",
"test:watch": "jest --config jest.config.json --watch",
"posttest": "npm run lint",
"prepare": "npm run build",
"semantic-release": "semantic-release",
"docs": "typedoc src/index.ts --excludePrivate --mode file --out docs && cp ./taurus-banner.gif ./docs && opn docs/index.html",
"travis-deploy-once": "travis-deploy-once"
Expand Down

0 comments on commit 8830c79

Please sign in to comment.