File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" ,
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 },
You can’t perform that action at this time.
0 commit comments