last-commit-log
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "last-commit-log", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "read git last commit log", | ||
@@ -9,3 +9,4 @@ "main": "./src/index.js", | ||
"lint": "eslint src test examples --fix", | ||
"test": "npm run lint && nyc --reporter=lcov --reporter=text mocha" | ||
"test": "npm run lint && nyc --reporter=lcov --reporter=text mocha", | ||
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov" | ||
}, | ||
@@ -12,0 +13,0 @@ "files": [ |
@@ -10,10 +10,11 @@ # last-commit-log | ||
> fork from [git-last-commit](https://github.com/seymen/git-last-commit) | ||
Node.js module to read last git commit information including tags and branch - mostly to be used by continuous integration and build systems for build tagging purposes. | ||
> fork from [git-last-commit](https://github.com/seymen/git-last-commit) | ||
## Usage | ||
```javascript | ||
const LCL = require('../') | ||
const LCL = require('last-commit-log') | ||
@@ -20,0 +21,0 @@ async function lcommit () { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5097
57