Updated to restrict files included.
Also moved the spot in the registry to keep it alphabetical.
This commit is contained in:
@@ -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
@@ -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",
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user