Skip to content

Commit

Permalink
Merge pull request jashkenas#1498 from wyuenho/patch-1
Browse files Browse the repository at this point in the history
Remove minified script inclusion in component.json
  • Loading branch information
michaelficarra committed Mar 2, 2014
2 parents 27cda68 + e7b2a59 commit 3d647d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component.json
Expand Up @@ -4,7 +4,7 @@
"keywords" : ["util", "functional", "server", "client", "browser"],
"repo" : "jashkenas/underscore",
"main" : "underscore.js",
"scripts" : ["underscore.js", "underscore-min.js"],
"scripts" : ["underscore.js"],
"version" : "1.6.0",
"license" : "MIT"
}

0 comments on commit 3d647d5

Please sign in to comment.