Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
edsilv committed Oct 26, 2018
1 parent 261b7cf commit 3a50fcb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples
Submodule examples updated 3 files
+6 −0 manifests.json
+0 −27 package.json
+1 −0 uv/info.json
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "universalviewer",
"version": "3.0.25",
"version": "3.0.26",
"description": "The Universal Viewer is a community-developed open source project on a mission to help you share your content with the world.",
"engines": {
"node": ">=8.9.1",
Expand All @@ -9,7 +9,8 @@
"scripts": {
"postinstall": "opencollective postinstall",
"server": "node_modules/.bin/http-server -p 4444",
"test": "npx jest"
"test": "npx jest",
"version": "echo { \"version\": \"%npm_package_version%\" } > ./dist/info.json && cp ./dist/info.json ./examples/uv"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3a50fcb

Please sign in to comment.