Skip to content

Commit

Permalink
update to latest version of photoswipe
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielOchoa committed Mar 16, 2015
1 parent 3a48926 commit 7b1e8bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions blueprints/photoswipe/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
var fs = require('fs');
var chalk = require('chalk');

var PHOTOSWIPE_VERSION = '4.0.1';
var PHOTOSWIPE_VERSION = '4.0.6';

module.exports = {

Expand All @@ -30,10 +30,11 @@ module.exports = {
var srcFiles = [
'framework-bridge',
'core',
'down-move-up-handlers',
'show-hide-transition',
'items-controller',
'tap',
'desktop-zoom'
'desktop-zoom',
'gestures'
//'history'
];
var newContents = "(function (root, factory) { \n"+
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"ember-qunit": "0.1.8",
"ember-qunit-notifications": "0.0.4",
"qunit": "~1.15.0",
"photoswipe": "4.0.1"
"photoswipe": "4.0.6"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-photoswipe",
"version": "0.0.9",
"version": "1.0.0",
"description": "Ember-cli adaptation of the popular photoswipe js library",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 7b1e8bb

Please sign in to comment.