Skip to content

Commit 5913f62

Browse files
committed
+ use default jam name
1 parent 760c957 commit 5913f62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ module.exports = function (grunt) {
8585
' * <%= pkg.description %>\n' +
8686
' */\n\n',
8787

88-
footer: 'if( typeof define === "function" && define.amd ){ define(" <%= pkg.jam.packageName %>", [], function (){ return FileAPI; }); }'
88+
footer: 'if( typeof define === "function" && define.amd ){ define("<%= pkg.jam.name %>", [], function (){ return FileAPI; }); }'
8989
},
9090

9191
all: {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"description": "FileAPI — a set of javascript tools for working with files. Multiupload, drag'n'drop and chunked file upload. Images: crop, resize and auto orientation by EXIF.",
2828
"main": "dist/FileAPI.js",
2929
"jam": {
30-
"packageName": "FileAPI"
30+
"name": "FileAPI"
3131
},
3232
"scripts": {
3333
"test": "grunt tests --verbose"

0 commit comments

Comments
 (0)