From 7d182555193579f40b649430e436d8888584d060 Mon Sep 17 00:00:00 2001 From: Danny Guo Date: Sat, 19 Oct 2019 17:52:12 -0400 Subject: [PATCH] Add AssemblyScript as a dependency when using asinit --- NOTICE | 1 + bin/asinit | 3 +++ 2 files changed, 4 insertions(+) diff --git a/NOTICE b/NOTICE index 709141a353..01340ed888 100644 --- a/NOTICE +++ b/NOTICE @@ -16,6 +16,7 @@ under the licensing terms detailed in LICENSE: * Willem Wyndham * Bowen Wang * Emil Laine +* Danny Guo Portions of this software are derived from third-party works licensed under the following terms: diff --git a/bin/asinit b/bin/asinit index f251eef297..1cd31ac125 100644 --- a/bin/asinit +++ b/bin/asinit @@ -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);