model-manager 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -5
package/package.json
CHANGED
@@ -1,16 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "model-manager",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.9",
|
4
4
|
"main": "main.js",
|
5
5
|
"license": "ISC",
|
6
6
|
"scripts": {
|
7
7
|
"start": "electron .",
|
8
8
|
"publish": "electron-builder --win --publish always"
|
9
9
|
},
|
10
|
-
"repository": {
|
11
|
-
"type": "git",
|
12
|
-
"url": "https://github.com/Mine-North/Mine-North-Model-Tool"
|
13
|
-
},
|
14
10
|
"keywords": [],
|
15
11
|
"author": "Tristan H.",
|
16
12
|
"description": "A Tool for managing all model assets of Mine-North.",
|