Skip to content

Commit 664730e

Browse files
authored
Don't ignore package-lock.json any longer (#16)
1 parent 551713d commit 664730e

3 files changed

Lines changed: 8615 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
with:
2020
node-version: ${{ matrix.node-version }}
2121
cache: 'npm'
22-
cache-dependency-path: 'package.json'
2322
- name: Install npm dependencies
2423
run: npm install
2524
- name: Run lint

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# npm
22
/node_modules
3-
/package-lock.json
43

54
# JSDoc
65
/docs

0 commit comments

Comments
 (0)