Comparing version 0.0.1 to 0.0.2
@@ -35,2 +35,4 @@ const bunyan = require('bunyan') | ||
Spy // appease linter | ||
const Tokeniser = exports.Tokeniser = | ||
@@ -37,0 +39,0 @@ require('./pipeline/Tokeniser.js') |
{ | ||
"name": "docproc", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A document processing pipeline", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "tape test/test.js" | ||
"test": "tape test/test.js && standard" | ||
}, | ||
@@ -17,3 +17,4 @@ "repository": { | ||
"pipeline", | ||
"norch" | ||
"norch", | ||
"stream" | ||
], | ||
@@ -35,4 +36,5 @@ "author": "Fergus McDowall", | ||
"bunyan": "^1.8.1", | ||
"standard": "^8.3.0", | ||
"tape": "^4.6.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
16067
18
335
3