mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 00:57:48 +00:00
Enable code coverage
Former-commit-id: 9b52247b6e880f15895842e4ff34c15fc99fd1eb
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "lodash",
|
||||
"version": "1.2.1",
|
||||
"description": "A low-level utility library delivering consistency, customization, performance, and extra features.",
|
||||
"homepage": "http://lodash.com",
|
||||
"homepage": "http://lodash.com/",
|
||||
"license": "MIT",
|
||||
"main": "./dist/lodash.js",
|
||||
"keywords": [
|
||||
@@ -29,6 +29,11 @@
|
||||
"bin": {
|
||||
"lodash": "./build.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"istanbul": "~0.1.35",
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-shell": "~0.2.2"
|
||||
},
|
||||
"engines": [
|
||||
"node",
|
||||
"rhino"
|
||||
|
||||
Reference in New Issue
Block a user