Updated to restrict files included.

Also moved the spot in the registry to keep it alphabetical.
This commit is contained in:
Matthew Phillips
2013-12-28 14:07:18 -05:00
parent 6b6a3b23bc
commit 2ab8f03ee8
2 changed files with 3 additions and 2 deletions
@@ -1,6 +1,7 @@
{ {
"main": "dist/less-1.5.1", "main": "dist/less-1.5.1",
"format": "global", "format": "global",
"files": ["dist/less-1.5.1.js"],
"shim": { "shim": {
"dist/less-1.5.1": { "dist/less-1.5.1": {
"exports": "less" "exports": "less"
+2 -2
View File
@@ -26,6 +26,7 @@
"jquery-pjax": "github:defunkt/jquery-pjax", "jquery-pjax": "github:defunkt/jquery-pjax",
"jquery.cookie": "github:carhartl/jquery-cookie", "jquery.cookie": "github:carhartl/jquery-cookie",
"kickstrap": "github:ajkochanowicz/Kickstrap", "kickstrap": "github:ajkochanowicz/Kickstrap",
"less": "github:matthewp/plugin-less",
"lodash": "npm:lodash-node", "lodash": "npm:lodash-node",
"marionette": "github:marionettejs/backbone.marionette", "marionette": "github:marionettejs/backbone.marionette",
"masonry": "github:desandro/masonry", "masonry": "github:desandro/masonry",
@@ -44,6 +45,5 @@
"typeahead": "github:twitter/typeahead.js", "typeahead": "github:twitter/typeahead.js",
"three.js": "cdnjs:three.js", "three.js": "cdnjs:three.js",
"underscore": "npm:underscore", "underscore": "npm:underscore",
"webfont": "cdnjs:webfont", "webfont": "cdnjs:webfont"
"less": "github:matthewp/plugin-less",
} }