From 02231a3aa6433595aed4064799325654dfb2d369 Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Wed, 23 Jan 2019 17:23:41 +0000 Subject: [PATCH] build: update make-module script --- scripts/make-module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/make-module b/scripts/make-module index 97073dd76c..1023cb9a08 100755 --- a/scripts/make-module +++ b/scripts/make-module @@ -49,7 +49,7 @@ cat << EOF > $MODULE/package.json "scripts": { "build": "yarn clean && yarn build:es6 && yarn build:bundle", "build:es6": "tsc --declaration", - "build:bundle": "../../scripts/bundle-module $1", + "build:bundle": "../../scripts/bundle-module", "test": "rimraf build && tsc -p test/tsconfig.json && nyc mocha build/test/*.js", "clean": "rimraf *.js *.d.ts .nyc_output build coverage doc lib", "cover": "yarn test && nyc report --reporter=lcov", @@ -65,7 +65,7 @@ cat << EOF > $MODULE/package.json "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.4" + "@thi.ng/api": "^5.0.1" }, "keywords": [ "ES6",