Skip to content

Commit 274a900

Browse files
authored
Merge pull request #1 from Open-Rights-Exchange/dev
Tweak NPM publish text
2 parents 776ab7d + 055e5b0 commit 274a900

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

README.md

+1-17
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,4 @@ You'll find more examples, and a *boot script*, inside of the examples directory
3131

3232
# Publish NPM Package
3333

34-
PREREQISITE:
35-
36-
Option 1) Use an .npmrc token
37-
- Include an .npmrc file in the user's root or project root e.g. ~/.npmrc or .../{projectroot}/.npmrc
38-
- To create an .npmrc file, copy the .npmrc.example file and insert the token (retrieved from LastPass)
39-
40-
OR
41-
42-
Option 2) log-in to npmjs with `npm login` (using account apimarket)
43-
44-
To publish an updated package...
45-
46-
- Update version number in package.json (and example's package.json)
47-
- `npm publish --tag staging` - to publish staging version
48-
- `npm publish` - to publish the production version
49-
50-
package name will be: @open-rights-exchange/orejs@{version}
34+
Once published, package name will be: @open-rights-exchange/orejs@{version}

0 commit comments

Comments
 (0)