Skip to content

Commit

Permalink
update tap-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Matriz88 committed Apr 18, 2017
1 parent 9a6918a commit 24ac4af
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 78 deletions.
133 changes: 58 additions & 75 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gherkin-checker",
"version": "1.0.4",
"version": "1.0.5",
"private": false,
"scripts": {
"gherkin-checker": "tape ./index.js | tap-spec || exit 0"
Expand All @@ -13,12 +13,11 @@
"commander": "^2.9.0",
"duplexer": "^0.1.1",
"figures": "^2.0.0",
"fs": "0.0.1-security",
"gherkin": "^4.0.0",
"lodash": "^4.17.2",
"path": "^0.12.7",
"pretty-ms": "^2.1.0",
"tap-parser": "^3.0.4",
"tap-parser": "^3.0.5",
"tape": "^4.6.3",
"through2": "^2.0.3"
},
Expand Down

0 comments on commit 24ac4af

Please sign in to comment.