Move to package-lock.json

Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Richie Bendall 2021-10-29 01:55:11 +13:00
parent 033d63b683
commit de9b9547de
No known key found for this signature in database
GPG key ID: 1C6A99DFA9D306FC
6 changed files with 5 additions and 4 deletions

View file

@ -17,5 +17,4 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- run: npm install - run: npm install
- run: npm run lint
- run: npm test - run: npm test

3
.gitignore vendored
View file

@ -1,3 +1,6 @@
# Yarn lock file
yarn.lock
# Node Version Manager configuration. # Node Version Manager configuration.
.nvmrc .nvmrc

View file

@ -1 +1 @@
web: yarn start web: npm start

BIN
package-lock.json generated Normal file

Binary file not shown.

View file

@ -17,8 +17,7 @@
"start": "node .", "start": "node .",
"dev": "nodemon .", "dev": "nodemon .",
"serve": "node server.js", "serve": "node server.js",
"test": "node test.js", "test": "xo && node test.js"
"lint": "xo"
}, },
"bugs": { "bugs": {
"url": "https://github.com/remy/mit-license/issues" "url": "https://github.com/remy/mit-license/issues"

BIN
yarn.lock

Binary file not shown.