Skip to content

Commit

Permalink
update package.json info
Browse files Browse the repository at this point in the history
  • Loading branch information
bySabi committed Aug 12, 2016
1 parent 9bfe23a commit 0bf60c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.eslintignore
.eslintrc.js
karma.conf.js
test
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "karma-tap",
"version": "2.1.3",
"version": "2.1.4",
"description": "Karma Adapter to tape testing framework",
"main": "index.js",
"scripts": {
Expand All @@ -15,12 +15,15 @@
},
"repository": {
"type": "git",
"url": "https://github.com/mapbox/karma-tap.git"
"url": "https://github.com/bySabi/karma-tap.git"
},
"homepage": "https://github.com/bySabi/karma-tap.git",
"bugs": "https://github.com/bySabi/karma-tap/issues",
"keywords": [
"karma",
"karma-plugin",
"karma-adapter",
"karma-framework",
"tape",
"tap"
],
Expand All @@ -39,7 +42,7 @@
"tap-parser": "1.x.x",
"tape": "4.x.x",
"mkdirp": "*",
"rimraf": "*"
"rimraf": "2.x.x"
},
"author": "Tom MacWright",
"contributors": [
Expand Down

0 comments on commit 0bf60c1

Please sign in to comment.