Skip to content

Commit

Permalink
build: update make-example/module scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 3, 2021
1 parent 583e146 commit bd13afd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
9 changes: 6 additions & 3 deletions scripts/make-example
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,9 @@ module.exports = {
},
],
],
installOptions: {
installTypes: true,
packageOptions: {
source: "local",
types: true,
},
buildOptions: {
baseUrl: "/umbrella/$1",
Expand Down Expand Up @@ -186,6 +187,8 @@ echo "writing README.md..."
cat << EOF > "$MODULE"/README.md
# $1
![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/pixel/$1.png)
[Live demo](http://demo.thi.ng/umbrella/$1/)
Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki.
Expand All @@ -196,5 +199,5 @@ Please refer to the [example build instructions](https://github.com/thi-ng/umbre
## License
&copy; 2020 $AUTHOR // Apache Software License 2.0
&copy; 2021 $AUTHOR // Apache Software License 2.0
EOF
10 changes: 5 additions & 5 deletions scripts/make-module
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,17 @@ cat << EOF > "$MODULE"/package.json
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@microsoft/api-extractor": "^7.12.1",
"@microsoft/api-extractor": "^7.13.1",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.14",
"mocha": "^8.2.1",
"mocha": "^8.3.0",
"nyc": "^15.1.0",
"ts-node": "^9.1.1",
"typedoc": "^0.20.4",
"typescript": "^4.1.3"
"typedoc": "^0.20.28",
"typescript": "^4.2.2"
},
"dependencies": {
"@thi.ng/api": "^6.13.5"
"@thi.ng/api": "^7.1.3"
},
"files": [
"*.js",
Expand Down

0 comments on commit bd13afd

Please sign in to comment.