Comparing version 0.6.0 to 0.7.0
@@ -422,3 +422,3 @@ (function() { | ||
} | ||
return plist.parseStringSync(this.read(plistPath)); | ||
return plist.parseStringSync(fs.readFileSync(plistPath, 'utf8')); | ||
}, | ||
@@ -425,0 +425,0 @@ readPlist: function(plistPath, done) { |
{ | ||
"name": "fs-plus", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "node's fs with more helpers", | ||
@@ -42,4 +42,5 @@ "main": "./lib/fs-plus.js", | ||
"async": "~0.2.9", | ||
"plist": "git://github.com/nathansobo/node-plist.git" | ||
"plist": "git://github.com/nathansobo/node-plist.git", | ||
"season": "~0.14.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
16938
6
+ Addedseason@~0.14.0
+ Addedcoffee-script@1.6.3(transitive)
+ Addedoptimist@0.4.0(transitive)
+ Addedseason@0.14.0(transitive)
+ Addedunderscore@1.4.4(transitive)
+ Addedwordwrap@0.0.3(transitive)