Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 391514c

Browse files
authored
Merge pull request #1885 from atom/greenkeeper/electron-link-0.3.2
Synchronize electron-link and electron-mksnapshot versions to Atom's
2 parents 10fb086 + fd590c2 commit 391514c

File tree

2 files changed

+37
-23
lines changed

2 files changed

+37
-23
lines changed

package-lock.json

Lines changed: 29 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
"cross-unzip": "0.2.1",
8484
"dedent-js": "1.0.1",
8585
"electron-devtools-installer": "2.2.4",
86-
"electron-link": "0.2.2",
87-
"electron-mksnapshot": "3.0.0-beta.1",
86+
"electron-link": "0.3.2",
87+
"electron-mksnapshot": "~2.0",
8888
"enzyme": "3.8.0",
8989
"enzyme-adapter-react-16": "1.7.1",
9090
"eslint": "5.0.1",
@@ -204,5 +204,11 @@
204204
"FilePatchControllerStub": "createFilePatchControllerStub",
205205
"CommitPreviewStub": "createCommitPreviewStub",
206206
"CommitDetailStub": "createCommitDetailStub"
207+
},
208+
"greenkeeper": {
209+
"ignore": [
210+
"electron-link",
211+
"electron-mksnapshot"
212+
]
207213
}
208214
}

0 commit comments

Comments
 (0)