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

Commit ecaeb0b

Browse files
committed
feat: pack tarballs from source code using pacote v10
1 parent 5cea10f commit ecaeb0b

File tree

10 files changed

+1189
-3051
lines changed

10 files changed

+1189
-3051
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
.nyc_output
3+
coverage/

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ for options that can be passed in.
6161
A couple of options of note for those in a hurry:
6262

6363
* `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.
64-
* `opts.Promise` - If you pass this in, the Promises returned by `libnpmpublish` commands will use this Promise class instead. For example: `{Promise: require('bluebird')}`
6564

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

0 commit comments

Comments
 (0)