Skip to content

Commit c66b39f

Browse files
committed
Revert "remove dev dependencies; rely on automatic install"
This reverts commit d95366b.
1 parent fecba3b commit c66b39f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
language: node_js
22
node_js:
33
- lts/*
4-
before_install:
5-
- npm i -g npm@7

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
"url": "https://github.com/standard/eslint-config-standard/issues"
1212
},
1313
"devDependencies": {
14+
"eslint": "^7.11.0",
15+
"eslint-plugin-import": "^2.22.1",
16+
"eslint-plugin-node": "^11.1.0",
17+
"eslint-plugin-promise": "^4.2.1",
18+
"eslint-plugin-standard": "^4.0.2",
1419
"tape": "^5.0.1"
1520
},
1621
"homepage": "https://github.com/standard/eslint-config-standard",

0 commit comments

Comments
 (0)