Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 4818ec1

Browse files
committed
bump eslint plugin version
1 parent 55183cd commit 4818ec1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ const preprocessor = (options = {}) => {
140140
ws.on('error', onError)
141141

142142
bundler
143-
.bundle()
144-
.on('error', onError)
145-
.pipe(ws)
143+
.bundle()
144+
.on('error', onError)
145+
.pipe(ws)
146146
})
147147
}
148148

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"deps-ok": "1.2.1",
4646
"dont-crack": "1.2.1",
4747
"eslint": "4.6.1",
48-
"eslint-plugin-cypress-dev": "1.1.0",
48+
"eslint-plugin-cypress-dev": "1.1.1",
4949
"eslint-plugin-mocha": "4.11.0",
5050
"github-post-release": "1.13.1",
5151
"husky": "0.14.3",

0 commit comments

Comments
 (0)