Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Dec 7, 2020
1 parent 626069f commit 7cf4caf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "macaca-istanbul",
"version": "1.0.11",
"version": "1.0.18",
"description": "Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale",
"keywords": [
"coverage",
Expand Down Expand Up @@ -101,7 +101,10 @@
},
"files": [
"index.js",
"lib/**/*.js"
"lib/**/*.js",
"lib/**/*.css",
"lib/**/*.png",
"lib/**/*.handlebars"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 7cf4caf

Please sign in to comment.