Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "csvnorm", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Command line tool to normalize CSV and *SV files.", | ||
"main": "index.js", | ||
"main": "source/index.js", | ||
"bin": { | ||
@@ -10,3 +10,3 @@ "csvnorm": "cli.js" | ||
"scripts": { | ||
"test": "find ./tests -iname '*.js' -exec node {} \\;" | ||
"test": "node tests/require.js && node tests/main.js && node tests/input-stream.js" | ||
}, | ||
@@ -21,2 +21,5 @@ "dependencies": { | ||
}, | ||
"devDependencies": { | ||
"streamtester": "^0.2.0" | ||
}, | ||
"author": "Adrian Sieber <mail@adriansieber.com>", | ||
@@ -23,0 +26,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
23720
0
1