Update deps & node version

This commit is contained in:
Lauren Tan 2019-03-03 16:57:26 -08:00
parent 7fc5c4d4ba
commit 7c74f7bad5
3 changed files with 931 additions and 808 deletions

1
.nvmrc Normal file
View file

@ -0,0 +1 @@
11.10.0

View file

@ -4,7 +4,7 @@
"description": "Companies that don't have a broken hiring process",
"main": "index.js",
"engines": {
"node": "7.x"
"node": "11.x"
},
"scripts": {
"test": "node ./node_modules/remark-cli/cli.js README.md -f"
@ -20,14 +20,14 @@
"license": "MIT",
"homepage": "https://github.com/poteto/hiring-without-whiteboards#readme",
"dependencies": {
"remark-cli": "^3.0.0",
"remark-lint": "^6.0.0",
"remark-lint-alphabetize-lists": "^2.0.0",
"remark-cli": "^6.0.1",
"remark-lint": "^6.0.4",
"remark-lint-alphabetize-lists": "^2.0.1",
"remark-lint-hiring-without-whiteboards-links": "^0.3.2",
"remark-lint-no-tabs": "^1.0.0",
"remark-lint-no-url-trailing-slash": "^3.0.0",
"remark-lint-unordered-list-marker-style": "^1.0.0",
"remark-preset-lint-recommended": "^2.0.0"
"remark-lint-no-tabs": "^1.0.2",
"remark-lint-no-url-trailing-slash": "^3.0.1",
"remark-lint-unordered-list-marker-style": "^1.0.2",
"remark-preset-lint-recommended": "^3.0.2"
},
"remarkConfig": {
"plugins": [

1722
yarn.lock

File diff suppressed because it is too large Load diff