Skip to content

Commit

Permalink
Upgrade deps, bump version, add vulnerability badge
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdstaaij committed Feb 9, 2019
1 parent 6093363 commit 8861524
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 277 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![npm version](https://img.shields.io/npm/v/git-describe.svg)](https://www.npmjs.com/package/git-describe)
[![npm license](https://img.shields.io/npm/l/git-describe.svg)](https://www.npmjs.com/package/git-describe)
[![travis build](https://travis-ci.org/tvdstaaij/node-git-describe.svg?branch=master)](https://travis-ci.org/tvdstaaij/node-git-describe)
[![vulnerabilities](https://snyk.io/test/npm/git-describe/badge.svg)](https://snyk.io/test/npm/git-describe)

This Node.js module runs [`git describe`][1] on the working directory or any
other directory and parses the output to individual components. Additionally,
Expand Down
272 changes: 0 additions & 272 deletions package-lock.json

This file was deleted.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-describe",
"version": "4.0.3",
"version": "4.0.4",
"description": "Git describe information at runtime, with semver support",
"keywords": [
"git",
Expand All @@ -24,14 +24,14 @@
"lodash": "^4.17.11"
},
"optionalDependencies": {
"semver": "^5.3.0"
"semver": "^5.6.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"rimraf": "^2.5.4"
"rimraf": "^2.6.3"
},
"engines": {
"node": ">=0.12.17"
"node": ">=4.0.0"
}
}

0 comments on commit 8861524

Please sign in to comment.