Skip to content

Commit

Permalink
Build v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Apr 9, 2015
1 parent 4947ae2 commit 0928d53
Show file tree
Hide file tree
Showing 6 changed files with 714 additions and 548 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module.exports = function( grunt ) {
var outFile = grunt.config.get('requirejs.pkgd.options.out');
var contents = grunt.file.read( outFile );
// get requireJS definition code
var definitionRE = /define\(\s*'packery\/js\/packery'(.|\n)+packeryDefinition\s*\)/;
var definitionRE = /define\(\s*'packery\/js\/packery'(.|\n)+factory\s*\)/;
var definition = contents.match( definitionRE )[0];
// remove name module
var fixDefinition = definition.replace( "'packery/js/packery',", '' )
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "packery",
"version": "1.3.2",
"author": "David DeSandro / Metafizzy",
"version": "1.4.0",
"author": "Metafizzy",
"description": "bin-packing layout library",
"main": "js/packery.js",
"dependencies": {
Expand Down
Loading

0 comments on commit 0928d53

Please sign in to comment.