diff options
Diffstat (limited to 'node_modules/istanbul-lib-coverage/package.json')
| -rw-r--r-- | node_modules/istanbul-lib-coverage/package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/node_modules/istanbul-lib-coverage/package.json b/node_modules/istanbul-lib-coverage/package.json index 2e9bc8cc9..2b2275f9e 100644 --- a/node_modules/istanbul-lib-coverage/package.json +++ b/node_modules/istanbul-lib-coverage/package.json @@ -1,9 +1,13 @@ { "name": "istanbul-lib-coverage", - "version": "1.0.2", + "version": "1.1.0", "description": "Data library for istanbul coverage objects", "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>", "main": "index.js", + "files": [ + "lib", + "index.js" + ], "scripts": { "pretest": "jshint index.js lib/ test/", "test": "mocha" |
