Skip to content

Commit

Permalink
update package.json and tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
edsilv committed Oct 10, 2018
1 parent 7e7ba2b commit 53f6ff8
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 70 deletions.
2 changes: 1 addition & 1 deletion dist/GalleryComponent.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference types="@iiif/manifold" />
/// <reference types="manifesto.js" />
/// <reference types="base-component" />
/// <reference types="@iiif/base-component" />
/// <reference types="jquery" />
declare namespace IIIFComponents {
interface IGalleryComponentContent {
Expand Down
144 changes: 82 additions & 62 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iiif/iiif-gallery-component",
"version": "1.1.9",
"version": "1.1.10",
"description": "",
"main": "./dist/GalleryComponent.js",
"types": "./dist/GalleryComponent.d.ts",
Expand Down Expand Up @@ -32,11 +32,11 @@
},
"dependencies": {
"@types/jquery": "3.3.14",
"base-component": "iiif-commons/base-component#gh-pages",
"@iiif/base-component": "1.1.3",
"exjs": "BSick7/exjs#0.5.0",
"jquery-plugins": "edsilv/jquery-plugins#gh-pages",
"@edsilv/jquery-plugins": "1.0.3",
"manifesto.js": "2.2.25",
"@iiif/manifold": "1.2.26",
"utils": "edsilv/utils#v0.2.1"
"@edsilv/utils": "0.2.2"
}
}
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"lib": ["es6", "dom"],
"types": [
"@iiif/manifold",
"base-component",
"jquery-plugins",
"@iiif/base-component",
"@edsilv/jquery-plugins",
"manifesto.js",
"utils"
"@edsilv/utils"
],
"outDir": "./dist/"
},
Expand Down

0 comments on commit 53f6ff8

Please sign in to comment.