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

Commit 1931af8

Browse files
committedJul 27, 2017
Prep v3.0.0-beta0
1 parent 01512b8 commit 1931af8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed
 

‎gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var buildDir = path.join(__dirname, 'build')
2020
console.log('build directory', buildDir)
2121

2222
function productName() {
23-
var name = 'Learn IDE';
23+
var name = 'Learn IDE 3';
2424

2525
if (buildBeta) {
2626
name += ' Beta';

‎menus/learn-ide.cson

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
{
2828
'label': 'Packages'
2929
'submenu': [
30-
'label': 'Learn IDE'
30+
'label': 'Learn IDE 3'
3131
'submenu': [
3232
{
3333
'label': 'Reconnect'

‎package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "learn-ide",
3-
"version": "2.5.6",
2+
"name": "learn-ide-3",
3+
"version": "3.0.0-beta0",
44
"atomVersion": "1.14.4",
55
"main": "./lib/learn-ide",
66
"urlMain": "./lib/url-handler",
7-
"description": "An integrated development environment for Learn.co",
7+
"description": "THIS PACKAGE IS IN BETA, learn-ide is the stable release.",
88
"scripts": {
99
"postpublish": "./scripts/airbrake_deploy"
1010
},
11-
"keywords": [],
12-
"repository": "https://github.com/learn-co/learn-ide",
11+
"keywords": ["beta"],
12+
"repository": "https://github.com/learn-co/learn-ide-3",
1313
"license": "MIT",
1414
"engines": {
1515
"atom": ">=1.0.0 <2.0.0"
@@ -37,8 +37,8 @@
3737
"atom-material-syntax-dark": "0.2.7",
3838
"atom-material-syntax-light": "0.4.6",
3939
"learn-ide-material-ui": "1.3.15",
40-
"learn-ide-notifications": "0.66.5",
41-
"learn-ide-tree": "1.0.24"
40+
"learn-ide-3-notifications": "1.0.0",
41+
"learn-ide-3-tree": "2.0.0"
4242
},
4343
"devDependencies": {
4444
"decompress": "4.0.0",

0 commit comments

Comments
 (0)