Skip to content

Commit

Permalink
🔧 Update licenses and repo links in package.json of build environment…
Browse files Browse the repository at this point in the history
… and of ct.js itself
  • Loading branch information
CosmoMyzrailGorynych committed Aug 15, 2019
1 parent 585b35b commit 957ba7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "ctjs",
"version": "1.0.0-next-3",
"homepage": "https://ctjs.rocks/",
"license": "GPL-3",
"user-agent": "%name/%ver (%osinfo) NW.js/%nwver AppleWebkit/%webkit_ver Chromium/%chromium_ver",
"window": {
"icon": "ct_ide.png",
Expand All @@ -20,7 +21,7 @@
},
"repository": {
"type": "git",
"url": "https://gitlab.com/CoMiGo/ctjs.git"
"url": "https://github.com/ct-js/ct-js.git"
},
"maintainers": [
{
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
},
"author": "Cosmo Myzrail Gorynych",
"homepage": "https://ctjs.rocks/",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "https://github.com/ct-js/ct-js.git"
},
"license": "GPL-3",
"dependencies": {
"fs-extra": "4.0.2",
"google-closure-compiler-js": "^20180610.0.0",
Expand Down

0 comments on commit 957ba7e

Please sign in to comment.