Skip to content

Commit

Permalink
added files to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
edsilv committed Oct 26, 2018
1 parent 3a50fcb commit 3288297
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 22 deletions.
19 changes: 0 additions & 19 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion examples
Submodule examples updated 1 files
+1 −1 uv/info.json
2 changes: 1 addition & 1 deletion package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3288297

Please sign in to comment.