Skip to content

Commit 0928d53

Browse files
committed
Build v1.4.0
1 parent 4947ae2 commit 0928d53

6 files changed

+714
-548
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ module.exports = function( grunt ) {
6363
var outFile = grunt.config.get('requirejs.pkgd.options.out');
6464
var contents = grunt.file.read( outFile );
6565
// get requireJS definition code
66-
var definitionRE = /define\(\s*'packery\/js\/packery'(.|\n)+packeryDefinition\s*\)/;
66+
var definitionRE = /define\(\s*'packery\/js\/packery'(.|\n)+factory\s*\)/;
6767
var definition = contents.match( definitionRE )[0];
6868
// remove name module
6969
var fixDefinition = definition.replace( "'packery/js/packery',", '' )

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "packery",
3-
"version": "1.3.2",
4-
"author": "David DeSandro / Metafizzy",
3+
"version": "1.4.0",
4+
"author": "Metafizzy",
55
"description": "bin-packing layout library",
66
"main": "js/packery.js",
77
"dependencies": {

0 commit comments

Comments
 (0)