Skip to content

Commit

Permalink
Update description & keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Wermke committed May 17, 2017
1 parent e34ac31 commit 5ee8c95
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "leakage",
"version": "0.3.0",
"description": "Memory leak testing for node. Write tests using your favorite test runner.",
"description": "Memory leak testing for node. Javascript memory footprinting using your favorite test runner.",
"main": "lib/index",
"scripts": {
"test": "mocha --timeout 10000 test/ && standard src/**/*.js test/**/*.js"
Expand All @@ -14,9 +14,12 @@
"repository": "andywer/leakage",
"bugs": "https://github.com/andywer/leakage/issues",
"keywords": [
"memory",
"leak",
"testing"
"memory leak",
"testing",
"node",
"javascript",
"v8",
"heap"
],
"files": [
"lib/"
Expand Down

0 comments on commit 5ee8c95

Please sign in to comment.