Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "cd", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "chdir in chainer fashion + read file", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,7 +12,7 @@ cd? cd | ||
1. Reading .json file will strip comments and converte into JSON object. | ||
2. Reading .js file is equivalent of require('dir/to/file') | ||
1. Reading .json will strip comments and convert to JSON. | ||
2. Reading .js is equivalent of require() that file. | ||
3. Other files are just read. | ||
4. Supply file as argument on last call. No chaning afterwards. | ||
5. Module is syncro, but if you have good idea how to make it async please let me know. | ||
5. Module is synchro. Hmmm, do we really need async version? | ||
@@ -19,0 +19,0 @@ Usage: |
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
3574