Merge pull request #56 from runk/remove-lock

chore: remove lock file
This commit is contained in:
Dmitry Shirokov 2021-06-09 10:21:57 +10:00 committed by GitHub
commit 1aeb866af9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 14126 deletions

View File

@ -20,7 +20,7 @@ jobs:
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- run: npm ci - run: npm i
- run: npm run lint - run: npm run lint
- run: npm test - run: npm test
- run: npm run build - run: npm run build

View File

@ -17,7 +17,7 @@ jobs:
with: with:
node-version: 14 node-version: 14
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm i
- name: Build module - name: Build module
run: npm run build run: npm run build
- name: Release - name: Release

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ coverage
npm-debug.log npm-debug.log
lib lib
TODO.md TODO.md
package-lock.json

14124
package-lock.json generated

File diff suppressed because it is too large Load Diff