Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
feat: pack tarballs from source code using pacote v10
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiahdz committed Mar 9, 2020
1 parent 5cea10f commit ecaeb0b
Show file tree
Hide file tree
Showing 10 changed files with 1,189 additions and 3,051 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.nyc_output
coverage/
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ for options that can be passed in.
A couple of options of note for those in a hurry:

* `opts.token` - can be passed in and will be used as the authentication token for the registry. For other ways to pass in auth details, see the n-r-f docs.
* `opts.Promise` - If you pass this in, the Promises returned by `libnpmpublish` commands will use this Promise class instead. For example: `{Promise: require('bluebird')}`

#### <a name="publish"></a> `> libpub.publish(pkgJson, tarData, [opts]) -> Promise`

Expand Down
Loading

0 comments on commit ecaeb0b

Please sign in to comment.