Skip to content

Commit 61d40cc

Browse files
committed
Docs
1 parent d651775 commit 61d40cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "potree-core",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
44
"description": "Potree wrapper for three.js applications",
55
"repository": {
66
"type": "git",
@@ -15,8 +15,8 @@
1515
"dev": "webpack --mode development --watch --progress --stats-children",
1616
"build": "webpack --mode production --config webpack.prod.js",
1717
"start": "npm run build && webpack-dev-server --config webpack.example.js --mode development --progress --port 5200",
18-
"docs": "typedoc source --out docs --tsconfig tsconfig.json --theme default --excludeNotDocumented --excludeExternals --excludePrivate --excludeProtected",
19-
"pub": "npm run build && npm publish --access public .",
18+
"docs": "typedoc source/** --out docs --tsconfig tsconfig.json --theme default --excludeExternals --excludeNotDocumented",
19+
"pub": "npm run build && npm run docs && npm publish --access public .",
2020
"lint": "eslint ./source",
2121
"lint-fix": "eslint --fix ./source"
2222
},

0 commit comments

Comments
 (0)