Skip to content

Commit

Permalink
Upgrade hallmark devDependency from ^1.0.0 to ^2.0.0 (#672)
Browse files Browse the repository at this point in the history
* Upgrade hallmark devDependency from ^1.0.0 to ^2.0.0
* Add `git fetch --tags` to Travis for historical tags
  • Loading branch information
greenkeeper[bot] authored and vweevers committed Sep 6, 2019
1 parent cd3af83 commit 1dbc5fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ matrix:
hosts:
- airtap.local

before_script: git fetch --tags

script:
- DEBUG=airtap:* npm run $CMD

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"delayed": "^2.0.0",
"dependency-check": "^3.3.0",
"encoding-down": "^6.0.0",
"hallmark": "^1.0.0",
"hallmark": "^2.0.0",
"level-community": "^3.0.0",
"memdown": "^5.0.0",
"nyc": "^14.0.0",
Expand Down

0 comments on commit 1dbc5fe

Please sign in to comment.