Skip to content

Commit

Permalink
Upgrade hallmark devDependency from ^1.0.0 to ^2.0.0 (#349)
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 8ab7493 commit a86d320
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -17,6 +17,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
Expand Up @@ -21,7 +21,7 @@
"airtap": "^2.0.0",
"coveralls": "^3.0.2",
"dependency-check": "^3.3.0",
"hallmark": "^1.0.0",
"hallmark": "^2.0.0",
"level-community": "^3.0.0",
"nyc": "^14.0.0",
"sinon": "^7.2.4",
Expand Down

0 comments on commit a86d320

Please sign in to comment.