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 Apr 2, 2021
1 parent eadefda commit 8d54cf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/make-module
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ cat << EOF > "$MODULE"/package.json
"mocha": "^8.3.0",
"nyc": "^15.1.0",
"ts-node": "^9.1.1",
"typedoc": "^0.20.28",
"typescript": "^4.2.2"
"typedoc": "^0.20.30",
"typescript": "^4.2.3"
},
"dependencies": {
"@thi.ng/api": "^7.1.3"
"@thi.ng/api": "^7.1.4"
},
"files": [
"*.js",
Expand Down

0 comments on commit 8d54cf9

Please sign in to comment.