Skip to content

Commit

Permalink
docs: remove deprecated travis CI instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal authored Sep 12, 2024
1 parent 589b575 commit 805914c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Media coverage about npq:
- JavaScript January advent calendar's post on [Open Source From Heaven, Modules From Hell](https://www.lirantal.com/blog/2019-01-26)
- Liran Tal's [Malicious Modules — what you need to know when installing npm packages](https://www.lirantal.com/blog/malicious-modules-what-you-need-to-know-when-installing-npm-packages-12b2f56d3685)


## About

Once npq is installed, you can safely* install packages:
Expand Down Expand Up @@ -118,20 +117,6 @@ MARSHALL_DISABLE_SNYK=1 npq install express
npq install express --dry-run
```

### Using with TravisCI

An example of using lockfile-lint with a `.travis.yml` configuration as part of your build:

```
language: node_js
before_script:
- npx lockfile-lint --path package-lock.json --validate-https --allowed-hosts npm
install:
- yarn install
script:
- yarn run test
```

## FAQ
1. **Can I use NPQ without having npm or yarn?**
* NPQ will audit a package for possible security issues, but it isn't a replacement for npm or yarn. When you choose to continue installing the package, it will offload the installation process to your choice of either npm or yarn.
Expand Down

0 comments on commit 805914c

Please sign in to comment.