|
|
@ -1,13 +1,13 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "remixdesktop", |
|
|
|
"name": "remixdesktop", |
|
|
|
"version": "2.0.0-Alpha", |
|
|
|
"version": "0.1.0-Alpha", |
|
|
|
"main": "build/main.js", |
|
|
|
"main": "build/main.js", |
|
|
|
"license": "MIT", |
|
|
|
"license": "MIT", |
|
|
|
"type": "commonjs", |
|
|
|
"type": "commonjs", |
|
|
|
"description": "Remix IDE Desktop", |
|
|
|
"description": "Remix IDE Desktop", |
|
|
|
"repository": { |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"type": "git", |
|
|
|
"url": "git+https://github.com/ethereum/remix-desktop.git" |
|
|
|
"url": "git+https://github.com/bunsenstraat/remix-desktop.git" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"author": { |
|
|
|
"author": { |
|
|
|
"name": "Remix Team", |
|
|
|
"name": "Remix Team", |
|
|
@ -93,7 +93,7 @@ |
|
|
|
"publish": [ |
|
|
|
"publish": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"provider": "github", |
|
|
|
"provider": "github", |
|
|
|
"owner": "ethereum", |
|
|
|
"owner": "bunsenstraat", |
|
|
|
"repo": "remix-desktop", |
|
|
|
"repo": "remix-desktop", |
|
|
|
"releaseType": "draft", |
|
|
|
"releaseType": "draft", |
|
|
|
"publishAutoUpdate": true |
|
|
|
"publishAutoUpdate": true |
|
|
|