mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 07:47:49 +00:00
Remove Instanbul note from README and devDependency from package.json.
Former-commit-id: 891c387534df492f9e4d836daac7adc930205fb3
This commit is contained in:
@@ -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 that’s 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>
|
||||
|
||||
@@ -29,9 +29,6 @@
|
||||
"bin": {
|
||||
"lodash": "./build.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"istanbul": "~0.1.35"
|
||||
},
|
||||
"engines": [
|
||||
"node",
|
||||
"rhino"
|
||||
|
||||
Reference in New Issue
Block a user