mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-27 15:07:42 +00:00
Move to package-lock.json
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
parent
033d63b683
commit
de9b9547de
6 changed files with 5 additions and 4 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -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
3
.gitignore
vendored
|
|
@ -1,3 +1,6 @@
|
||||||
|
# Yarn lock file
|
||||||
|
yarn.lock
|
||||||
|
|
||||||
# Node Version Manager configuration.
|
# Node Version Manager configuration.
|
||||||
.nvmrc
|
.nvmrc
|
||||||
|
|
||||||
|
|
|
||||||
2
Procfile
2
Procfile
|
|
@ -1 +1 @@
|
||||||
web: yarn start
|
web: npm start
|
||||||
|
|
|
||||||
BIN
package-lock.json
generated
Normal file
BIN
package-lock.json
generated
Normal file
Binary file not shown.
|
|
@ -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
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue