produce-package-keywords
Advanced tools
Comparing version 1.1.5 to 1.1.7
{ | ||
"name": "produce-package-keywords", | ||
"version": "1.1.5", | ||
"version": "1.1.7", | ||
"description": "Produces keywords for a package by analyzing its package.json, readme and/or given file's text", | ||
@@ -15,2 +15,3 @@ "main": "src/index.js", | ||
"git": "git commit -a -m", | ||
"postgit": "git push github master", | ||
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov" | ||
@@ -17,0 +18,0 @@ }, |
@@ -50,6 +50,6 @@ 'use strict' | ||
return { | ||
return callback(null, { | ||
keyphrases: pullKeyphrases(file), | ||
keywords: pullKeywords(file) | ||
} | ||
}) | ||
}) | ||
@@ -56,0 +56,0 @@ }) |
9873