mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-16 13:05:47 +00:00
fix: Remove .nvmrc, migrate to Yarn, use Travis-compatible node version
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
parent
d5636b1004
commit
74a5d54856
4 changed files with 5 additions and 11 deletions
1
.nvmrc
1
.nvmrc
|
|
@ -1 +0,0 @@
|
|||
12
|
||||
BIN
package-lock.json
generated
BIN
package-lock.json
generated
Binary file not shown.
15
package.json
15
package.json
|
|
@ -10,7 +10,7 @@
|
|||
"url": "git@github.com:remy/mit-license.git"
|
||||
},
|
||||
"engines": {
|
||||
"node": "12"
|
||||
"node": ">=10.x.x"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node .",
|
||||
|
|
@ -25,15 +25,13 @@
|
|||
"dependencies": {
|
||||
"@octokit/rest": "^16.28.2",
|
||||
"btoa": "^1.2.1",
|
||||
"caniuse-lite": "^1.0.30000974",
|
||||
"ejs": "^2.6.2",
|
||||
"express": "^4.17.1",
|
||||
"express-minify": "^1.0.0",
|
||||
"md5": "^2.2.1",
|
||||
"node-html-parser": "^1.1.15",
|
||||
"postcss-middleware": "^1.1.4",
|
||||
"postcss-preset-env": "^6.6.0",
|
||||
"typescript": "^3.5.2"
|
||||
"postcss-preset-env": "^6.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/btoa": "^1.2.3",
|
||||
|
|
@ -44,15 +42,12 @@
|
|||
"@types/express-minify": "^0.1.34",
|
||||
"@types/md5": "^2.1.33",
|
||||
"@types/node": "^12.0.8",
|
||||
"@types/tmp": "^0.1.0",
|
||||
"@typescript-eslint/eslint-plugin": "^1.10.2",
|
||||
"@typescript-eslint/parser": "^1.10.2",
|
||||
"css": "^2.2.4",
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-plugin-node": "^9.1.0",
|
||||
"ts-node-dev": "^1.0.0-pre.40"
|
||||
"eslint-plugin-node": "^9.1.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"postcss-middleware/vinyl-fs/glob-stream/micromatch/braces": "^2.3.1"
|
||||
"postcss-middleware/vinyl-fs/glob-stream/micromatch/braces": "^2.3.1",
|
||||
"caniuse-lite": "1.0.30000974"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
BIN
yarn.lock
Normal file
BIN
yarn.lock
Normal file
Binary file not shown.
Loading…
Reference in a new issue