This repository was archived by the owner on Jan 10, 2023. It is now read-only.
File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ var buildDir = path.join(__dirname, 'build')
20
20
console . log ( 'build directory' , buildDir )
21
21
22
22
function productName ( ) {
23
- var name = 'Learn IDE' ;
23
+ var name = 'Learn IDE 3 ' ;
24
24
25
25
if ( buildBeta ) {
26
26
name += ' Beta' ;
Original file line number Diff line number Diff line change 27
27
{
28
28
' label' : ' Packages'
29
29
' submenu' : [
30
- ' label' : ' Learn IDE'
30
+ ' label' : ' Learn IDE 3 '
31
31
' submenu' : [
32
32
{
33
33
' label' : ' Reconnect'
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " learn-ide" ,
3
- "version" : " 2.5.6 " ,
2
+ "name" : " learn-ide-3 " ,
3
+ "version" : " 3.0.0-beta0 " ,
4
4
"atomVersion" : " 1.14.4" ,
5
5
"main" : " ./lib/learn-ide" ,
6
6
"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. " ,
8
8
"scripts" : {
9
9
"postpublish" : " ./scripts/airbrake_deploy"
10
10
},
11
- "keywords" : [],
12
- "repository" : " https://github.com/learn-co/learn-ide" ,
11
+ "keywords" : [" beta " ],
12
+ "repository" : " https://github.com/learn-co/learn-ide-3 " ,
13
13
"license" : " MIT" ,
14
14
"engines" : {
15
15
"atom" : " >=1.0.0 <2.0.0"
37
37
"atom-material-syntax-dark" : " 0.2.7" ,
38
38
"atom-material-syntax-light" : " 0.4.6" ,
39
39
"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 "
42
42
},
43
43
"devDependencies" : {
44
44
"decompress" : " 4.0.0" ,
You can’t perform that action at this time.
0 commit comments