From 1931af89ab8d05047dc8eec3fb78601b315fad80 Mon Sep 17 00:00:00 2001 From: drewprice Date: Thu, 27 Jul 2017 12:20:35 -0400 Subject: [PATCH] Prep v3.0.0-beta0 --- gulpfile.js | 2 +- menus/learn-ide.cson | 2 +- package.json | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 1a76112..b3b2c31 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -20,7 +20,7 @@ var buildDir = path.join(__dirname, 'build') console.log('build directory', buildDir) function productName() { - var name = 'Learn IDE'; + var name = 'Learn IDE 3'; if (buildBeta) { name += ' Beta'; diff --git a/menus/learn-ide.cson b/menus/learn-ide.cson index 2b05c51..b1f6f5d 100644 --- a/menus/learn-ide.cson +++ b/menus/learn-ide.cson @@ -27,7 +27,7 @@ { 'label': 'Packages' 'submenu': [ - 'label': 'Learn IDE' + 'label': 'Learn IDE 3' 'submenu': [ { 'label': 'Reconnect' diff --git a/package.json b/package.json index f3d730b..c2ac05b 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { - "name": "learn-ide", - "version": "2.5.6", + "name": "learn-ide-3", + "version": "3.0.0-beta0", "atomVersion": "1.14.4", "main": "./lib/learn-ide", "urlMain": "./lib/url-handler", - "description": "An integrated development environment for Learn.co", + "description": "THIS PACKAGE IS IN BETA, learn-ide is the stable release.", "scripts": { "postpublish": "./scripts/airbrake_deploy" }, - "keywords": [], - "repository": "https://github.com/learn-co/learn-ide", + "keywords": ["beta"], + "repository": "https://github.com/learn-co/learn-ide-3", "license": "MIT", "engines": { "atom": ">=1.0.0 <2.0.0" @@ -37,8 +37,8 @@ "atom-material-syntax-dark": "0.2.7", "atom-material-syntax-light": "0.4.6", "learn-ide-material-ui": "1.3.15", - "learn-ide-notifications": "0.66.5", - "learn-ide-tree": "1.0.24" + "learn-ide-3-notifications": "1.0.0", + "learn-ide-3-tree": "2.0.0" }, "devDependencies": { "decompress": "4.0.0",