From 7bc88c154c4faa218196ff9caa3cc05da518675a Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 20 May 2015 12:13:19 -0700 Subject: [PATCH] atomShellVersion -> electronVersion --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4bdfddb7..cc9a00e32 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "url": "https://github.com/atom/atom/issues" }, "license": "MIT", - "atomShellVersion": "0.26.0", + "electronVersion": "0.26.0", "dependencies": { "async": "0.2.6", "atom-keymap": "^5.1.10",