File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ under the licensing terms detailed in LICENSE:
16
16
* Willem Wyndham <willem@cs.umd.edu>
17
17
* Bowen Wang <bowen@nearprotocol.com>
18
18
* Emil Laine <laine.emil@gmail.com>
19
+ * Danny Guo <danny@dannyguo.com>
19
20
20
21
Portions of this software are derived from third-party works licensed under
21
22
the following terms:
Original file line number Diff line number Diff line change @@ -217,6 +217,9 @@ function ensurePackageJson() {
217
217
"asbuild:untouched" : buildUntouched ,
218
218
"asbuild:optimized" : buildOptimized ,
219
219
"asbuild" : buildAll
220
+ } ,
221
+ "devDependencies" : {
222
+ "assemblyscript" : "github:AssemblyScript/assemblyscript"
220
223
}
221
224
} , null , 2 ) ) ;
222
225
console . log ( colors . green ( " Created: " ) + packageFile ) ;
You can’t perform that action at this time.
0 commit comments