File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ var buildBeta;
1717var buildDir = path . join ( __dirname , 'build' )
1818console . log ( 'build directory' , buildDir )
1919function productName ( ) {
20- var name = 'Commit Live Dev ' ;
20+ var name = 'Commit Live' ;
2121 if ( buildBeta ) {
2222 name += ' Beta' ;
2323 }
Original file line number Diff line number Diff line change 11{
2- "name" : " dev- greyatom-ide" ,
3- "version" : " 2.0.12 " ,
2+ "name" : " greyatom-ide" ,
3+ "version" : " 4.4.20 " ,
44 "atomVersion" : " 1.14.2" ,
55 "treeVersion" : " 1.2.10" ,
66 "languagerVersion" : " 0.4.1" ,
77 "hydrogenVersion" : " 1.9.0" ,
88 "main" : " ./lib/commit-live" ,
99 "urlMain" : " ./lib/url-handler" ,
10- "description" : " Dev version of Commit.Live IDE " ,
10+ "description" : " An integrated development environment for use with greyatom.com " ,
1111 "scripts" : {
1212 "start" : " ./node_modules/gulp/bin/gulp.js"
1313 },
1414 "keywords" : [],
15- "repository" : " https://github.com/commit-live-admin/dev- greyatom-ide" ,
16- "pkgRepository" : " https://github.com/commit-live-admin/dev- greyatom-ide/" ,
15+ "repository" : " https://github.com/greyatom-edu-tech/ greyatom-ide/ " ,
16+ "pkgRepository" : " https://github.com/greyatom-edu-tech/ greyatom-ide/" ,
1717 "license" : " MIT" ,
1818 "engines" : {
1919 "atom" : " >=1.0.0 <2.0.0"
6868 },
6969 "apiEndpoint" : {
7070 "type" : " string" ,
71- "default" : " http ://api.greyatom.com /v2" ,
71+ "default" : " https ://api2.commit.live /v2" ,
7272 "title" : " Commit Live Endpoint" ,
7373 "description" : " Endpoint for the IDE to use for User Authentication"
7474 }
You can’t perform that action at this time.
0 commit comments