Skip to content

Commit

Permalink
build: update make-ex/module scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jun 7, 2021
1 parent 4332f6a commit 10d09b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions scripts/make-example
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,12 @@ module.exports = {
packageOptions: {
source: "local",
types: true,
knownEntrypoints: ["tslib"],
},
buildOptions: {
baseUrl: "/umbrella/$1",
},
workspaceRoot: "../..",
};
EOF

Expand Down
6 changes: 3 additions & 3 deletions scripts/make-module
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ cat << EOF > "$MODULE"/package.json
"@microsoft/api-extractor": "^7.13.1",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.14",
"mocha": "^8.3.0",
"mocha": "^9.0.0",
"nyc": "^15.1.0",
"ts-node": "^9.1.1",
"ts-node": "^10.0.0",
"typedoc": "^0.20.30",
"typescript": "^4.2.3"
"typescript": "4.2.4"
},
"dependencies": {
"@thi.ng/api": "^7.1.4"
Expand Down

0 comments on commit 10d09b1

Please sign in to comment.