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

Commit 452febf

Browse files
committed
Fixed settings Plugin
1 parent db5c31a commit 452febf

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.atomignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ builds
1010
PULL_REQUEST_TEMPLATE.md
1111
*.js
1212
!gulpfile.js
13-
plugins
13+
#plugins

plugins/settings/compiler.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"baseurl": "https://raw.githubusercontent.com/MinimineLP/mcscriptStudioCode-plugin-quick-start/master/"
2+
"baseurl": "https://raw.githubusercontent.com/MinimineLP/mcscriptStudioCode/master/plugins/settings/"
33
}

plugins/settings/versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"author-url": "https://github.com/miniminelp/",
66
"newestversion": "0.0.1",
77
"versions": {
8-
"0.0.1": "https://raw.githubusercontent.com/MinimineLP/mcscriptStudioCode-plugin-quick-start/master/builds/0.0.1.zip"
8+
"0.0.1": "https://raw.githubusercontent.com/MinimineLP/mcscriptStudioCode/master/plugins/settings/builds/0.0.1.zip"
99
}
10-
}
10+
}

0 commit comments

Comments
 (0)