Skip to content

Commit

Permalink
build: update make-module script
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jan 23, 2019
1 parent 407e9a5 commit 02231a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/make-module
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 02231a3

Please sign in to comment.