Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ under the licensing terms detailed in LICENSE:
* Willem Wyndham <willem@cs.umd.edu>
* Bowen Wang <bowen@nearprotocol.com>
* Emil Laine <laine.emil@gmail.com>
* Danny Guo <danny@dannyguo.com>

Portions of this software are derived from third-party works licensed under
the following terms:
Expand Down
3 changes: 3 additions & 0 deletions bin/asinit
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ function ensurePackageJson() {
"asbuild:untouched": buildUntouched,
"asbuild:optimized": buildOptimized,
"asbuild": buildAll
},
"devDependencies": {
"assemblyscript": "github:AssemblyScript/assemblyscript"
}
}, null, 2));
console.log(colors.green(" Created: ") + packageFile);
Expand Down