Browse Source

v2.0.0

dist pkgd v2.0.0
pull/726/head
David DeSandro 11 years ago
parent
commit
1d0cd06259
  1. 2
      bower.json
  2. 8
      dist/isotope.pkgd.js
  3. 4
      dist/isotope.pkgd.min.js
  4. 4
      js/isotope.js
  5. 2
      package.json

2
bower.json

@ -1,6 +1,6 @@
{ {
"name": "isotope", "name": "isotope",
"version": "2.0.0-beta.10", "version": "2.0.0",
"description": "Filter and sort magical layouts", "description": "Filter and sort magical layouts",
"main": [ "main": [
"js/item.js", "js/item.js",

8
dist/isotope.pkgd.js vendored

@ -1,6 +1,6 @@
/*! /*!
* Isotope PACKAGED v2.0.0-beta.10 * Isotope PACKAGED v2.0.0
* Magical sorting and filtering layouts * Filter & sort magical layouts
* http://isotope.metafizzy.co * http://isotope.metafizzy.co
*/ */
@ -3285,8 +3285,8 @@ if ( typeof define === 'function' && define.amd ) {
})( window ); })( window );
/*! /*!
* Isotope v2.0.0-beta.10 * Isotope v2.0.0
* Magical sorting and filtering layouts * Filter & sort magical layouts
* http://isotope.metafizzy.co * http://isotope.metafizzy.co
*/ */

4
dist/isotope.pkgd.min.js vendored

@ -1,6 +1,6 @@
/*! /*!
* Isotope PACKAGED v2.0.0-beta.10 * Isotope PACKAGED v2.0.0
* Magical sorting and filtering layouts * Filter & sort magical layouts
* http://isotope.metafizzy.co * http://isotope.metafizzy.co
*/ */

4
js/isotope.js

@ -1,6 +1,6 @@
/*! /*!
* Isotope v2.0.0-beta.10 * Isotope v2.0.0
* Magical sorting and filtering layouts * Filter & sort magical layouts
* http://isotope.metafizzy.co * http://isotope.metafizzy.co
*/ */

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "isotope", "name": "isotope",
"version": "2.0.0-beta.10", "version": "2.0.0",
"description": "Filter and sort magical layouts", "description": "Filter and sort magical layouts",
"devDependencies": { "devDependencies": {
"grunt": "~0.4.0", "grunt": "~0.4.0",

Loading…
Cancel
Save