Comparing version 0.10.0 to 0.11.0
{ | ||
"name": "season", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "CSON utilities", | ||
@@ -16,4 +16,4 @@ "licenses": [ | ||
"scripts": { | ||
"prepublish": "grunt coffee", | ||
"test": "jasmine-focused --captureExceptions --coffee spec/" | ||
"prepublish": "grunt clean lint coffee", | ||
"test": "grunt test" | ||
}, | ||
@@ -27,2 +27,3 @@ "repository": { | ||
}, | ||
"homepage": "http://atom.github.io/season", | ||
"keywords": [ | ||
@@ -29,0 +30,0 @@ "cson", |
@@ -58,6 +58,8 @@ # season - CSON Node module [![Build Status](https://travis-ci.org/atom/season.png)](https://travis-ci.org/atom/season) | ||
### CSON.readFileSync(objectPath, object) | ||
### CSON.readFileSync(objectPath) | ||
Synchronous version of `CSON.readFile(objectPath, callback)` | ||
Synchronous version of `CSON.readFile(objectPath, callback)`. | ||
Returns the object read from the path or throws an error if reading fails. | ||
### CSON.writeFile(objectPath, object, callback) | ||
@@ -64,0 +66,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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
12795
1
94