fix: Remove .nvmrc, migrate to Yarn, use Travis-compatible node version

Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Richie Bendall 2019-06-20 20:43:12 +12:00
parent d5636b1004
commit 74a5d54856
No known key found for this signature in database
GPG key ID: 1C6A99DFA9D306FC
4 changed files with 5 additions and 11 deletions

1
.nvmrc
View file

@ -1 +0,0 @@
12

BIN
package-lock.json generated

Binary file not shown.

View file

@ -10,7 +10,7 @@
"url": "git@github.com:remy/mit-license.git" "url": "git@github.com:remy/mit-license.git"
}, },
"engines": { "engines": {
"node": "12" "node": ">=10.x.x"
}, },
"scripts": { "scripts": {
"start": "node .", "start": "node .",
@ -25,15 +25,13 @@
"dependencies": { "dependencies": {
"@octokit/rest": "^16.28.2", "@octokit/rest": "^16.28.2",
"btoa": "^1.2.1", "btoa": "^1.2.1",
"caniuse-lite": "^1.0.30000974",
"ejs": "^2.6.2", "ejs": "^2.6.2",
"express": "^4.17.1", "express": "^4.17.1",
"express-minify": "^1.0.0", "express-minify": "^1.0.0",
"md5": "^2.2.1", "md5": "^2.2.1",
"node-html-parser": "^1.1.15", "node-html-parser": "^1.1.15",
"postcss-middleware": "^1.1.4", "postcss-middleware": "^1.1.4",
"postcss-preset-env": "^6.6.0", "postcss-preset-env": "^6.6.0"
"typescript": "^3.5.2"
}, },
"devDependencies": { "devDependencies": {
"@types/btoa": "^1.2.3", "@types/btoa": "^1.2.3",
@ -44,15 +42,12 @@
"@types/express-minify": "^0.1.34", "@types/express-minify": "^0.1.34",
"@types/md5": "^2.1.33", "@types/md5": "^2.1.33",
"@types/node": "^12.0.8", "@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", "css": "^2.2.4",
"eslint": "^5.16.0", "eslint": "^5.16.0",
"eslint-plugin-node": "^9.1.0", "eslint-plugin-node": "^9.1.0"
"ts-node-dev": "^1.0.0-pre.40"
}, },
"resolutions": { "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

Binary file not shown.