Merge pull request #11 from zeroedin-bill/master

for traditional bower users like myself, its just one more thing to 'preen', but if it helps you lets make it happen
This commit is contained in:
dsmorse
2015-05-27 08:26:38 -06:00
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -20,7 +20,6 @@
"CONTRIBUTING.md",
"Gruntfile.js",
"package.json",
"src/",
"test/"
]
}
+1 -1
View File
@@ -1,7 +1,7 @@
;(function(root, factory) {
'use strict';
if(typeof exports === 'object') {
module.exports = factory(require('jquery'), require('./jquery-gridster.js'));
module.exports = factory(require('jquery'), require('./jquery.gridster.js'));
}
else if (typeof define === 'function' && define.amd) {
define(['jquery', 'gridster'], factory);