Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "ascii-tree", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "A node module for generating a text tree in ASCII", | ||
"main": "ascii-tree.js", | ||
"scripts": { | ||
"test": "npm test" | ||
"test": "mocha ./test/ascii-tree.test.js" | ||
}, | ||
@@ -27,4 +27,4 @@ "repository": { | ||
"dependencies": { | ||
"freetree": "~0.1.1" | ||
"freetree": "0.2.0" | ||
} | ||
} |
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
6274
7
+ Addedfreetree@0.2.0(transitive)
- Removedfreetree@0.1.1(transitive)
Updatedfreetree@0.2.0