mirror of
https://github.com/rjNemo/hiring-without-whiteboards
synced 2026-06-06 02:26:45 +00:00
Update deps & node version
This commit is contained in:
parent
7fc5c4d4ba
commit
7c74f7bad5
3 changed files with 931 additions and 808 deletions
1
.nvmrc
Normal file
1
.nvmrc
Normal file
|
|
@ -0,0 +1 @@
|
|||
11.10.0
|
||||
16
package.json
16
package.json
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue