mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-03-25 09:25:49 +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:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm install
|
||||
- run: npm run lint
|
||||
- run: npm test
|
||||
|
|
|
|||
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,6 @@
|
|||
# Yarn lock file
|
||||
yarn.lock
|
||||
|
||||
# Node Version Manager configuration.
|
||||
.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 .",
|
||||
"dev": "nodemon .",
|
||||
"serve": "node server.js",
|
||||
"test": "node test.js",
|
||||
"lint": "xo"
|
||||
"test": "xo && node test.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/remy/mit-license/issues"
|
||||
|
|
|
|||
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue