@particle/detect-newline-style
Advanced tools
Comparing version 1.0.1 to 1.0.2
# `@particle/detect-newline-style` Changelog | ||
## v1.0.2 | ||
### Fixes & Updates | ||
* Minor `package.json` tuning | ||
## v1.0.1 | ||
@@ -5,0 +11,0 @@ |
{ | ||
"name": "@particle/detect-newline-style", | ||
"description": "Determine a string's preferred newline character", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Particle Industries, inc", | ||
"license": "UNLICENSED", | ||
"main": "src/index.js", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
@@ -18,3 +21,3 @@ "version": "npm run changelog:update", | ||
"test:unit:silent": "PARTICLE_NOOP=$(npm run test:unit)", | ||
"coverage": "nyc --reporter=text --include='src/**/*.js' --temp-dir=./tmp/ --check-coverage --lines 85 --all npm run test:unit:silent", | ||
"coverage": "nyc --reporter=text --include='src/**/*.js' --temp-dir=./tmp/ --check-coverage --lines 100 --all npm run test:unit:silent", | ||
"changelog:update": "node ../../bin/update-changelog.js detect-newline-style", | ||
@@ -27,3 +30,3 @@ "docs:build": "node ../../bin/build-docs.js detect-newline-style" | ||
}, | ||
"gitHead": "eeeb7e95366e06549d3b4de49a067a056531f5b6" | ||
"gitHead": "80d4ab1d2fb6c277f5780388d2a76ed2f0876b22" | ||
} |
3840