Skip to content

Commit d95366b

Browse files
committed
remove dev dependencies; rely on automatic install
1 parent d23b9e8 commit d95366b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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,11 +11,6 @@
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",
1914
"tape": "^5.0.1"
2015
},
2116
"homepage": "https://github.com/standard/eslint-config-standard",

0 commit comments

Comments
 (0)