Skip to content

Commit 1b9494b

Browse files
committed
Add AssemblyScript as a dependency when using asinit
1 parent 0bea37c commit 1b9494b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

NOTICE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ under the licensing terms detailed in LICENSE:
1616
* Willem Wyndham <willem@cs.umd.edu>
1717
* Bowen Wang <bowen@nearprotocol.com>
1818
* Emil Laine <laine.emil@gmail.com>
19+
* Danny Guo <danny@dannyguo.com>
1920

2021
Portions of this software are derived from third-party works licensed under
2122
the following terms:

bin/asinit

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,9 @@ function ensurePackageJson() {
217217
"asbuild:untouched": buildUntouched,
218218
"asbuild:optimized": buildOptimized,
219219
"asbuild": buildAll
220+
},
221+
"devDependencies": {
222+
"assemblyscript": "github:AssemblyScript/assemblyscript"
220223
}
221224
}, null, 2));
222225
console.log(colors.green(" Created: ") + packageFile);

0 commit comments

Comments
 (0)