Comparing version 7.0.0-alpha.6 to 7.0.0-alpha.7
{ | ||
"name": "strtok3", | ||
"version": "7.0.0-alpha.6", | ||
"version": "7.0.0-alpha.7", | ||
"description": "A promise based streaming tokenizer", | ||
@@ -25,3 +25,3 @@ "author": { | ||
"test-coverage": "c8 npm run test", | ||
"send-coveralls": "c8 report --reporter=text-lcov | coveralls", | ||
"send-coveralls": "c8 report | coveralls", | ||
"send-codacy": "c8 report --reporter=text-lcov | codacy-coverage", | ||
@@ -80,3 +80,3 @@ "start": "npm run compile && npm run lint && npm run cover-test" | ||
"@tokenizer/token": "^0.3.0", | ||
"peek-readable": "^5.0.0-alpha.4" | ||
"peek-readable": "^5.0.0-alpha.5" | ||
}, | ||
@@ -96,16 +96,3 @@ "keywords": [ | ||
"streaming" | ||
], | ||
"nyc": { | ||
"check-coverage": false, | ||
"extension": [ | ||
".ts" | ||
], | ||
"sourceMap": true, | ||
"instrument": true, | ||
"reporter": [ | ||
"lcov", | ||
"text" | ||
], | ||
"report-dir": "coverage" | ||
} | ||
] | ||
} |
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
49603
Updatedpeek-readable@^5.0.0-alpha.5