vinyl-contents-tostring
Advanced tools
Comparing version 3.0.0 to 4.0.0
{ | ||
"name": "vinyl-contents-tostring", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"description": "Convert vinyl file content to string", | ||
@@ -11,3 +11,2 @@ "main": "src/index.js", | ||
"cover": "nyc npm test", | ||
"coveralls": "npm run cover && nyc report --reporter=text-lcov | coveralls", | ||
"prepare": "npm run test" | ||
@@ -20,3 +19,3 @@ }, | ||
"files": [ | ||
"lib" | ||
"src" | ||
], | ||
@@ -35,19 +34,19 @@ "keywords": [ | ||
"stream-to-string": "^1.2.0", | ||
"vinyl": "^2.2.0" | ||
"vinyl": "^2.2.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.9.0", | ||
"@babel/register": "^7.9.0", | ||
"@babel/core": "^7.15.5", | ||
"@babel/register": "^7.15.3", | ||
"@istanbuljs/nyc-config-babel": "^3.0.0", | ||
"babel-plugin-istanbul": "^6.0.0", | ||
"chai": "^4.2.0", | ||
"chai": "^4.3.4", | ||
"chai-as-promised": "^7.1.1", | ||
"coveralls": "^3.1.0", | ||
"coveralls": "^3.1.1", | ||
"env-test": "^1.0.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "^14.1.0", | ||
"eslint-plugin-import": "^2.20.2", | ||
"mocha": "^7.1.2", | ||
"nyc": "^15.0.1" | ||
"eslint": "^7.32.0", | ||
"eslint-config-airbnb-base": "^14.2.1", | ||
"eslint-plugin-import": "^2.24.2", | ||
"mocha": "^9.1.2", | ||
"nyc": "^15.1.0" | ||
} | ||
} |
@@ -45,4 +45,4 @@ # vinyl-contents-tostring | ||
[build-badge]: https://img.shields.io/travis/dotcore64/vinyl-contents-tostring/master.svg?style=flat-square | ||
[build]: https://travis-ci.org/dotcore64/vinyl-contents-tostring | ||
[build-badge]: https://img.shields.io/github/workflow/status/dotcore64/vinyl-contents-tostring/test/master?style=flat-square | ||
[build]: https://github.com/dotcore64/vinyl-contents-tostring/actions | ||
@@ -49,0 +49,0 @@ [npm-badge]: https://img.shields.io/npm/v/vinyl-contents-tostring.svg?style=flat-square |
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
4747
Updatedvinyl@^2.2.1