common-english-words
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -16,3 +16,3 @@ var fs = require('fs'), | ||
var rd = readline.createInterface({ | ||
input: fs.createReadStream('./1000-common-words.txt'), | ||
input: fs.createReadStream(path.resolve() + '/1000-common-words.txt'), | ||
output: process.stdout, | ||
@@ -19,0 +19,0 @@ terminal: false |
{ | ||
"name": "common-english-words", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
44153