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 21, 2020
1 parent 9204f68 commit 066bd8b
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 @@ -76,14 +76,14 @@ cat << EOF > "$MODULE"/package.json
"@microsoft/api-extractor": "^7.7.8",
"@types/mocha": "^7.0.1",
"@types/node": "^13.7.4",
"mocha": "^7.0.1",
"mocha": "^7.1.1",
"nyc": "^15.0.0",
"ts-node": "^8.6.2",
"typedoc": "^0.16.10",
"typescript": "^3.8.3"
},
"dependencies": {
"@thi.ng/api": "^6.9.0"
"@thi.ng/api": "^6.10.1"
},
"files": [
"*.js",
Expand Down

0 comments on commit 066bd8b

Please sign in to comment.