@particle/detect-newline-style
Advanced tools
Comparing version 1.0.0 to 1.0.1
# `@particle/detect-newline-style` Changelog | ||
## v1.0.1 | ||
### Fixes & Updates | ||
* Make package public | ||
## v1.0.0 | ||
@@ -5,0 +11,0 @@ |
{ | ||
"name": "@particle/detect-newline-style", | ||
"description": "Determine a string's preferred newline character", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Particle Industries, inc", | ||
"license": "UNLICENSED", | ||
"main": "src/index.js", | ||
"publishConfig": { | ||
"access": "restricted" | ||
}, | ||
"scripts": { | ||
@@ -21,3 +18,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 npm run test:unit:silent", | ||
"coverage": "nyc --reporter=text --include='src/**/*.js' --temp-dir=./tmp/ --check-coverage --lines 85 --all npm run test:unit:silent", | ||
"changelog:update": "node ../../bin/update-changelog.js detect-newline-style", | ||
@@ -28,5 +25,5 @@ "docs:build": "node ../../bin/build-docs.js detect-newline-style" | ||
"node": ">=8", | ||
"npm": "5.x" | ||
"npm": "6.x" | ||
}, | ||
"gitHead": "c718bde8ead11f4f41268bd1787ecf0b16eca041" | ||
"gitHead": "eeeb7e95366e06549d3b4de49a067a056531f5b6" | ||
} |
3727