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 8, 2020
1 parent a4160d5 commit b03a316
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.19",
"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 b03a316

Please sign in to comment.