diff --git a/.npmignore b/.npmignore index 5bd5c52be..e69de29bb 100644 --- a/.npmignore +++ b/.npmignore @@ -1,19 +0,0 @@ -.idea -build -lib -!dist/uv-*/lib -src -examples -tasks -tests -.bowerrc -.gitattributes -.gitmodules -.travis.yml -bower.json -*.js -!dist/uv-*/**/*.js -favicon.ico -*.ts -dist/*.tar -dist/*.zip \ No newline at end of file diff --git a/examples b/examples index 6b9667693..60fd91bf7 160000 --- a/examples +++ b/examples @@ -1 +1 @@ -Subproject commit 6b96676934f68d3ec956fb54fdad774cfc1659a3 +Subproject commit 60fd91bf71353289a249b8720b545b1e0144f120 diff --git a/package-lock.json b/package-lock.json index be0437434..ab135affe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10421,5 +10421,5 @@ } } }, - "version": "3.0.26" + "version": "3.0.27" } diff --git a/package.json b/package.json index 780808685..33e43b6fb 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,14 @@ { "name": "universalviewer", - "version": "3.0.26", + "version": "3.0.27", "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", "npm": ">=3.10.8" }, + "files": [ + "dist/" + ], "scripts": { "postinstall": "opencollective postinstall", "server": "node_modules/.bin/http-server -p 4444",