produce-package-keywords
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "produce-package-keywords", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Produces keywords for a package by analyzing its package.json, readme and/or given file's text", | ||
@@ -12,3 +12,3 @@ "main": "index.js", | ||
"test": "npm run babel && nyc npm run tape", | ||
"prepublish": "npm run clean && npm run babel", | ||
"prepublish": "npm t && npm run clean && npm run babel", | ||
"clean": "rimraf index.js test coverage .nyc_output coverage.lcov", | ||
@@ -58,7 +58,2 @@ "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov" | ||
"babel-eslint": "^7.1.1", | ||
"babel-plugin-async-to-promises": "^1.0.5", | ||
"babel-plugin-syntax-async-functions": "^6.13.0", | ||
"babel-plugin-transform-async-to-generator": "^6.22.0", | ||
"babel-plugin-transform-regenerator": "^6.22.0", | ||
"babel-polyfill": "^6.22.0", | ||
"babel-preset-env": "^1.1.8", | ||
@@ -75,8 +70,2 @@ "codecov": "^1.0.1", | ||
"dependencies": { | ||
"is-there": "^4.3.6", | ||
"lodash.defaultsdeep": "^4.6.0", | ||
"lodash.foreach": "^4.5.0", | ||
"lodash.isfunction": "^3.0.8", | ||
"lodash.isobject": "^3.0.2", | ||
"lodash.isstring": "^4.0.1", | ||
"nlcst-to-string": "^2.0.0", | ||
@@ -83,0 +72,0 @@ "retext": "^4.0.0", |
Sorry, the diff of this file is not supported yet
3
11
15878
10
221
- Removedis-there@^4.3.6
- Removedlodash.defaultsdeep@^4.6.0
- Removedlodash.foreach@^4.5.0
- Removedlodash.isfunction@^3.0.8
- Removedlodash.isobject@^3.0.2
- Removedlodash.isstring@^4.0.1
- Removedis-there@4.5.1(transitive)
- Removedlodash.defaultsdeep@4.6.1(transitive)
- Removedlodash.foreach@4.5.0(transitive)
- Removedlodash.isfunction@3.0.9(transitive)
- Removedlodash.isobject@3.0.2(transitive)
- Removedlodash.isstring@4.0.1(transitive)