Skip to content

Commit

Permalink
build: update make-module/example scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Oct 17, 2018
1 parent e6cef6b commit f01551a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions scripts/make-example
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ cat << EOF > $MODULE/package.json
"start": "parcel index.html -p 8080 --open"
},
"devDependencies": {
"parcel-bundler": "^1.9.7",
"terser": "^3.8.2",
"typescript": "^3.0.1"
"parcel-bundler": "^1.10.3",
"terser": "^3.10.1",
"typescript": "^3.1.3"
},
"dependencies": {
"@thi.ng/api": "latest",
Expand Down
11 changes: 6 additions & 5 deletions scripts/make-module
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ cat << EOF > $MODULE/package.json
},
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/node": "^10.5.5",
"@types/node": "^10.12.0",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"typedoc": "^0.11.1",
"typescript": "^3.0.1"
"nyc": "^13.1.0",
"typedoc": "^0.13.0",
"typescript": "^3.1.3"
},
"dependencies": {
"@thi.ng/api": "^4.1.0"
"@thi.ng/api": "^4.2.2"
},
"keywords": [
"ES6",
Expand Down Expand Up @@ -106,6 +106,7 @@ build
coverage
dev
doc
export
src*
test
.nyc_output
Expand Down

0 comments on commit f01551a

Please sign in to comment.