Skip to content

Commit

Permalink
🎉 long awaited first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
laquasicinque committed Jul 10, 2021
1 parent f64fc43 commit 0f2a8a1
Show file tree
Hide file tree
Showing 342 changed files with 7,208 additions and 24 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"git.ignoreLimitWarning": true
}
26 changes: 9 additions & 17 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "module",
"title": "New Module",
"description": "",
"version": "This is auto replaced",
"name": "monaco-editor",
"title": "Monaco Macro Editor",
"description": "testing monaco",
"version": "0.0.1",
"library": "false",
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "0.7.9",
Expand All @@ -14,21 +14,13 @@
"discord": "discordID#0001"
}
],
"dependencies": [

],
"conflicts": [

],
"dependencies": [],
"conflicts": [],
"esmodules": [
"/scripts/module.js"
],
"scripts": [
"/scripts/lib/lib.js"
],
"styles": [
"/styles/module.css"
"/dist/module.js"
],
"scripts": [],
"styles": [],
"languages": [
{
"lang": "en",
Expand Down
Loading

0 comments on commit 0f2a8a1

Please sign in to comment.