Skip to content

Commit

Permalink
chore: remove package-lock (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar authored Apr 5, 2022
1 parent b8f3a2f commit 57c437a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3,451 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
node: [8.x, 10.x, 12.x]
os: [ubuntu-latest, windows-latest]
cmd: [npm cit]
cmd: [npm it]
exclude: # only test windows on node 12
- os: windows-latest
node: 8.x
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
nyc_output
node_modules
coverage
package-lock.json
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
Loading

0 comments on commit 57c437a

Please # to comment.