Remove Instanbul note from README and devDependency from package.json.

Former-commit-id: 891c387534df492f9e4d836daac7adc930205fb3
This commit is contained in:
John-David Dalton
2013-05-30 08:23:08 -04:00
parent 821602ef1c
commit 6446daf1a6
2 changed files with 0 additions and 12 deletions

View File

@@ -246,15 +246,6 @@ require({
});
```
## Unit tests & code coverage
After cloning this repository, run `npm install` to install the dependencies needed for Lo-Dash development and testing. You may want to install Istanbul _globally_ using `npm install istanbul -g`.
Once thats done, you can run the unit tests in Node using `npm test` or `node test/test.js`. To run the tests in Rhino, Ringo, Narwhal, PhantomJS, and web browsers as well, use `grunt test`.
To generate [the code coverage report](http://rawgithub.com/bestiejs/lodash/master/coverage/lodash/lodash.js.html), use `grunt cover`.
## Release Notes
### <sup>v1.2.1</sup>

View File

@@ -29,9 +29,6 @@
"bin": {
"lodash": "./build.js"
},
"devDependencies": {
"istanbul": "~0.1.35"
},
"engines": [
"node",
"rhino"