Skip to content

Commit

Permalink
use gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
edsilv committed Oct 9, 2018
1 parent 405a3b5 commit c15461d
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 21 deletions.
2 changes: 1 addition & 1 deletion dist/GalleryComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -478,4 +478,4 @@ var IIIFComponents;
else {
g.IIIFComponents.GalleryComponent = IIIFComponents.GalleryComponent;
}
})(global);
})(window);
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>iiif-gallery-component: test</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/iiif-gallery-component.css" />
<link rel="stylesheet" type="text/css" href="https://iiif-commons.github.io/iiif-gallery-component/dist/styles.css" />
<style>
body {
font-family: Sans-Serif;
Expand Down
44 changes: 28 additions & 16 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"types": "./dist/iiif-gallery-component.d.ts",
"scripts": {
"build": "rimraf ./dist && tsc && lessc ./src/assets/css/styles.less > ./dist/styles.css && cpx src/assets dist/"
"build": "rimraf ./dist && tsc && lessc ./src/assets/css/styles.less > ./dist/styles.css"
},
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
"@types/jquery": "3.3.14",
"base-component": "iiif-commons/base-component#gh-pages",
"exjs": "BSick7/exjs#0.5.0",
"jquery-plugins": "edsilv/jquery-plugins#v1.0.2",
"jquery-plugins": "edsilv/jquery-plugins#gh-pages",
"manifesto.js": "2.2.25",
"@iiif/manifold": "1.2.26",
"utils": "edsilv/utils#v0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion src/GalleryComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ namespace IIIFComponents.GalleryComponent {
} else {
g.IIIFComponents.GalleryComponent = IIIFComponents.GalleryComponent;
}
})(global);
})(window);

interface JQuery {
// jsviews
Expand Down

0 comments on commit c15461d

Please sign in to comment.