Skip to content
This repository was archived by the owner on Apr 18, 2022. It is now read-only.

Commit 3c9d184

Browse files
committed
Fixed some bugs
1 parent b345600 commit 3c9d184

13 files changed

Lines changed: 285 additions & 64 deletions

File tree

package-lock.json

Lines changed: 281 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"babel-preset-latest": "^6.24.1",
1818
"browser-sync": "^2.24.4",
1919
"electron-winstaller": "^2.6.4",
20+
"fs-extra": "^7.0.1",
2021
"gulp": "^3.9.1",
2122
"gulp-autoprefixer": "^5.0.0",
2223
"gulp-babel": "^7.0.1",
@@ -33,7 +34,8 @@
3334
"gulp-typescript": "^5.0.0",
3435
"gulp-uglify": "^3.0.0",
3536
"node-sass": "^4.9.0",
36-
"typescript": "3.0.1"
37+
"typescript": "3.0.1",
38+
"zip-folder": "^1.0.0"
3739
},
3840
"dependencies": {}
3941
}
-12 Bytes
Binary file not shown.

plugins/contextmenu/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"author-url": "https://github.com/miniminelp/",
66
"version": "0.0.1",
77
"main": "Contextmenu.js",
8-
"pluginDependencies": [],
98
"repository": {
109
"type": "git",
1110
"url": "git+https://github.com/MinimineLP/MCScriptStudioCode-plugin-quick-start.git"

plugins/editor/builds/0.0.1.zip

0 Bytes
Binary file not shown.

plugins/explorer/builds/0.0.1.zip

-72 Bytes
Binary file not shown.

plugins/explorer/package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
"author-url": "https://github.com/miniminelp/",
66
"version": "0.0.1",
77
"main": "explorer.js",
8-
"pluginDependencies": [
9-
{
10-
"name": "shortcutbar",
11-
"url": "https://raw.githubusercontent.com/MinimineLP/MCScriptStudioCode/master/plugins/editor/versions.json"
12-
}
13-
],
148
"repository": {
159
"type": "git",
1610
"url": "git+https://github.com/MinimineLP/MCScriptStudioCode.git"

plugins/explorer/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
"versions": {
88
"0.0.1": "https://raw.githubusercontent.com/MinimineLP/mcscriptStudioCode/master/plugins/explorer/builds/0.0.1.zip"
99
}
10-
}
10+
}

plugins/icons/builds/0.0.1.zip

0 Bytes
Binary file not shown.

plugins/ignorefile/package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
"author-url": "https://github.com/miniminelp/",
66
"version": "0.0.1",
77
"main": "ignorefile.js",
8-
"pluginDependencies": [
9-
{
10-
"name": "explorer",
11-
"url": "https://raw.githubusercontent.com/MinimineLP/MCScriptStudioCode-core-plugins/master/editor/plugin.json"
12-
}
13-
],
148
"repository": {
159
"type": "git",
1610
"url": "git+https://github.com/MinimineLP/MCScriptStudioCode.git"

0 commit comments

Comments
 (0)