Skip to content

Commit 072ef83

Browse files
committed
Changes required before merging into production codebase. Will revert it back once the code gets merged.
1 parent f1ea1f4 commit 072ef83

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var buildBeta;
1717
var buildDir = path.join(__dirname, 'build')
1818
console.log('build directory', buildDir)
1919
function productName() {
20-
var name = 'Commit Live Dev';
20+
var name = 'Commit Live';
2121
if (buildBeta) {
2222
name += ' Beta';
2323
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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"
@@ -68,7 +68,7 @@
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
}

0 commit comments

Comments
 (0)