@rcsb/rcsb-saguaro-app 5.0.5-development.4 → 5.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rcsb/rcsb-saguaro-app",
3
- "version": "5.0.5-development.4",
3
+ "version": "5.0.5",
4
4
  "description": "RCSB 1D Saguaro Web App",
5
5
  "main": "build/dist/app.js",
6
6
  "files": [
@@ -24,7 +24,7 @@
24
24
  "buildDoc": "typedoc --excludeExternals --externalPattern \"**/node_modules/**\" ./src/app.ts && sed -i '' '/---/d' docs/index.html",
25
25
  "cpExamples": "ncp examples docs/examples",
26
26
  "buildAllDoc": "npm run buildDoc && npm run cpExamples",
27
- "publishApp": "npm publish --tag development",
27
+ "publishApp": "npm publish",
28
28
  "test": "echo \"Error: no test specified\" && exit 1"
29
29
  },
30
30
  "repository": {