Enable code coverage

Former-commit-id: 9b52247b6e880f15895842e4ff34c15fc99fd1eb
This commit is contained in:
Mathias Bynens
2013-05-29 17:51:57 +02:00
parent 9dd8f62c8a
commit d1fb379a40
10 changed files with 17970 additions and 20 deletions

View File

@@ -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"