Skip to content

Commit

Permalink
Merge pull request #1 from Open-Rights-Exchange/dev
Browse files Browse the repository at this point in the history
Tweak NPM publish text
  • Loading branch information
traylewin authored Nov 26, 2018
2 parents 776ab7d + 055e5b0 commit 274a900
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,4 @@ You'll find more examples, and a *boot script*, inside of the examples directory

# Publish NPM Package

PREREQISITE:

Option 1) Use an .npmrc token
- Include an .npmrc file in the user's root or project root e.g. ~/.npmrc or .../{projectroot}/.npmrc
- To create an .npmrc file, copy the .npmrc.example file and insert the token (retrieved from LastPass)

OR

Option 2) log-in to npmjs with `npm login` (using account apimarket)

To publish an updated package...

- Update version number in package.json (and example's package.json)
- `npm publish --tag staging` - to publish staging version
- `npm publish` - to publish the production version

package name will be: @open-rights-exchange/orejs@{version}
Once published, package name will be: @open-rights-exchange/orejs@{version}

0 comments on commit 274a900

Please sign in to comment.