Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4a2dad60c6 | ||
|
|
163b3e170c | ||
|
|
679271ec9e | ||
|
|
c552cebbb6 |
+1138
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gh-scripting-compiler",
|
"name": "gh-scripting-compiler",
|
||||||
"version": "1.1.0",
|
"version": "1.1.2",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node esbuild.js",
|
"build": "node esbuild.js",
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"paths": {
|
"paths": {
|
||||||
"dcs-script-compiler":[
|
"dcs-script-compiler":[
|
||||||
"../compiler/src/ScriptCompiler.ts"
|
"../../compiler/src/ScriptCompiler.ts"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user