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

Commit

Permalink
Merge 4eed760 into ee595cb
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jun 7, 2019
2 parents ee595cb + 4eed760 commit 4705356
Show file tree
Hide file tree
Showing 14 changed files with 2,607 additions and 1,558 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
node_modules
/.nyc_output/
/coverage/
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
sudo: false
language: node_js
node_js:
- '9'
- '12'
- '10'
- '8'
- '7'
- '6'
- '4'
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ rpt('/path/to/pkg/root', function (node, kidName) {
// error: <if set, the error we got loading/parsing the package.json>
// }
})

// or promise-style
rpt('/path/to/pkg/root').then(data => { ... })
```

That's it. It doesn't figure out if dependencies are met, it doesn't
Expand Down
Loading

0 comments on commit 4705356

Please sign in to comment.