Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "crlf", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "detect and change newline endings", | ||
@@ -11,4 +11,4 @@ "main": "index.js", | ||
"test": "mocha", | ||
"test-cov": "node --harmony ./node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- --reporter dot", | ||
"test-travis": "node --harmony ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec" | ||
"test-cov": "node ./node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- --reporter dot", | ||
"test-travis": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec" | ||
}, | ||
@@ -19,9 +19,9 @@ "author": "Moshe Kolodny", | ||
"coveralls": "^2.11.2", | ||
"istanbul": "^0.3.13", | ||
"istanbul": "^0.3.14", | ||
"mocha": "^2.2.4" | ||
}, | ||
"dependencies": { | ||
"glob": "^5.0.5", | ||
"glub": "^1.0.0", | ||
"transform-file": "^1.0.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
9082
10
+ Addedglub@^1.0.0
+ Addedglub@1.0.3(transitive)
+ Addedminimist@1.2.8(transitive)
- Removedglob@^5.0.5