Skip to content

Commit

Permalink
Update for Flickity v1; tag v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Mar 27, 2015
1 parent 77b18e0 commit 720af2a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ var flktyB = new Flickity('.gallery-b');

## Install

`flickity-sync.js` is included with the Flickity `pkgd.js` files. If you are using those, you do not need to install.
`flickity-sync.js` is _not_ included with flickity.pkgd.js, so you'll need to add this file in addition.

Bower: `bower install flickity-sync --save`

Expand Down
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "flickity-sync",
"version": "0.2.0",
"version": "1.0.0",
"description": "Enable sync for Flickity",
"main": "flickity-sync.js",
"dependencies": {
"flickity": "~0.3.0",
"fizzy-ui-utils": "~0.1.0"
"flickity": "~1.0.0",
"fizzy-ui-utils": "~1.0.0"
},
"devDependencies": {
"qunit": "~1.17.1"
Expand Down
2 changes: 1 addition & 1 deletion flickity-sync.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Flickity sync v0.2.0
* Flickity sync v1.0.0
* enable sync for Flickity
*/

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "flickity-sync",
"version": "0.2.0",
"version": "1.0.0",
"description": "Enable sync for Flickity",
"main": "flickity-sync.js",
"dependencies": {
"flickity": "~0.3.0",
"fizzy-ui-utils": "~0.1.0"
"flickity": "~1.0.0",
"fizzy-ui-utils": "~1.0.0"
},
"scripts": {
"test": "echo \"Open test/index.html in browser\" && exit 1"
Expand Down

0 comments on commit 720af2a

Please sign in to comment.