Skip to content

Commit

Permalink
new release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bioinsilico committed Nov 20, 2023
1 parent fb9baaa commit 8e6292c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rcsb/rcsb-saguaro",
"version": "3.0.0-development.15",
"version": "3.0.0",
"description": "RCSB 1D Feature Viewer",
"main": "build/RcsbFv.js",
"files": [
Expand All @@ -17,7 +17,7 @@
"cpStyles": "ncp src/scss lib/scss && ncp src/scss lib/commonjs/scss",
"buildAllDoc": "npm run buildDoc && npm run cpExamples",
"packApp": "npm run buildApp && npm pack",
"publishApp": "npm publish --tag development",
"publishApp": "npm publish",
"build-tsc": "tsc",
"build-commonjs": "tsc --build tsconfig.commonjs.json",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 8e6292c

Please sign in to comment.