mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 09:27:49 +00:00
Move some vendors to devDependencies.
This commit is contained in:
14
package.json
14
package.json
@@ -16,7 +16,19 @@
|
||||
],
|
||||
"repository": "lodash/lodash",
|
||||
"scripts": { "test": "echo \"See the repository CONTRIBUTING.md for testing instructions.\"" },
|
||||
"engines": ["node", "rhino"],
|
||||
"devDependencies": {
|
||||
"curl-amd": "0.8.12",
|
||||
"dojo": "~1.10.2",
|
||||
"jquery": "~1.11.1",
|
||||
"platform": "~1.2.0",
|
||||
"qunit-extras": "~1.2.0",
|
||||
"qunitjs": "~1.11.0",
|
||||
"requirejs": "~2.1.15"
|
||||
},
|
||||
"engines": [
|
||||
"node",
|
||||
"rhino"
|
||||
],
|
||||
"files": [
|
||||
"LICENSE.txt",
|
||||
"lodash.js",
|
||||
|
||||
Reference in New Issue
Block a user