Skip to content

Commit

Permalink
Updated package.json for public release
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-Eardley committed Jun 12, 2020
1 parent 070690e commit ea00291
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions hyrax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
"name": "nims-hyrax",
"private": true,
"repository": "git@github.com:antleaf/nims-hyrax.git",
"version": "1.0.0",
"dependencies": {
"universalviewer": "3.0.16"
},
"scripts": {
"preinstall": "rm -rf ./public/uv",
"postinstall": "yarn run uv-install && yarn run uv-config",
"uv-install": "shx cp -r ./node_modules/universalviewer/uv ./public/",
"uv-config": "shx cp ./config/uv/uv.html ./public/uv/uv.html & shx cp ./config/uv/uv-config.json ./public/uv/"
"universalviewer": "3.0.16"
},
"scripts": {
"preinstall": "rm -rf ./public/uv",
"postinstall": "yarn run uv-install && yarn run uv-config",
"uv-install": "shx cp -r ./node_modules/universalviewer/uv ./public/",
"uv-config": "shx cp ./config/uv/uv.html ./public/uv/uv.html & shx cp ./config/uv/uv-config.json ./public/uv/"
},
"devDependencies": {
"shx": "^0.3.2"
"shx": "^0.3.2"
}
}

0 comments on commit ea00291

Please sign in to comment.