Comparing version 1.0.7 to 1.0.8
@@ -6,6 +6,7 @@ 'use strict' | ||
const ReadFile = require('fs').createReadStream | ||
const ForEach = [].forEach | ||
const ForEach = [].forEach | ||
/* MODULE */ | ||
function Punc(filePath, options){ | ||
if (!filePath) throw new Error('Punc: file path not given.') | ||
if (!options) { | ||
@@ -12,0 +13,0 @@ options = { encoding: 'utf8' } |
{ | ||
"name": "punc", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Ever wonder what your favorite books look like without words?", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "node_modules/.bin/tape 'tests/**/*.js'" | ||
}, | ||
"keywords": [ "punc" | ||
, "punctuation" | ||
, "digital humanities" | ||
], | ||
"keywords": [ | ||
"punc", | ||
"punctuation", | ||
"digital humanities" | ||
], | ||
"repository": { | ||
@@ -24,3 +25,7 @@ "type": "git", | ||
"through2": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"mock-fs": "^3.7.0", | ||
"tape": "^4.4.0" | ||
} | ||
} |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
110
0
5974
2
6