|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
|
"name": "@rcsb/rcsb-saguaro-3d",
|
|
|
- "version": "4.0.0-development.1",
|
|
|
+ "version": "4.0.0",
|
|
|
"description": "RCSB Molstar/Saguaro Web App",
|
|
|
"main": "build/dist/app.js",
|
|
|
"files": [
|
|
@@ -19,7 +19,7 @@
|
|
|
"copyDef": "ncp lib/app.d.ts build/app.d.ts",
|
|
|
"buildDoc": "typedoc --excludeExternals --externalPattern \"**/node_modules/**\" --plugin typedoc-plugin-missing-exports --plugin typedoc-theme-hierarchy --theme hierarchy --entryPointStrategy expand ./src && sed -i '' '/---/d' docs/index.html",
|
|
|
"clean": "del-cli lib && del-cli build",
|
|
|
- "publishApp": "npm publish --tag development",
|
|
|
+ "publishApp": "npm publish",
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
},
|
|
|
"repository": {
|