extract-comments
Advanced tools
Comparing version 0.8.5 to 0.8.6
@@ -9,3 +9,3 @@ 'use strict'; | ||
var start = comment.loc.end.pos; | ||
var lineno = comment.loc.end.line + 1; | ||
var lineno = comment.loc.end.line; | ||
var ctx = {}; | ||
@@ -12,0 +12,0 @@ |
{ | ||
"name": "extract-comments", | ||
"description": "Extract code comments from string or from a glob of files.", | ||
"version": "0.8.5", | ||
"version": "0.8.6", | ||
"homepage": "https://github.com/jonschlinkert/extract-comments", | ||
@@ -19,3 +19,3 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"scripts": { | ||
"test": "mocha" | ||
"test": "gulp" | ||
}, | ||
@@ -22,0 +22,0 @@ "dependencies": { |
@@ -113,8 +113,2 @@ # extract-comments [![NPM version](https://badge.fury.io/js/extract-comments.svg)](http://badge.fury.io/js/extract-comments) | ||
Install dev dependencies: | ||
```sh | ||
$ npm i -d && npm test | ||
``` | ||
### Run tests | ||
@@ -130,3 +124,3 @@ | ||
As of November 04, 2015: | ||
As of November 05, 2015: | ||
@@ -154,2 +148,2 @@ ```sh | ||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on November 04, 2015._ | ||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on November 05, 2015._ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
14118
146