Comparing version 0.0.3 to 1.0.0
@@ -6,2 +6,9 @@ | ||
1.0.0 (2012-12-11) | ||
------------------ | ||
* API changes for non-dependency-managed users | ||
* Stable release | ||
0.0.3 (2012-12-08) | ||
@@ -8,0 +15,0 @@ ------------------ |
{ | ||
"name": "chic", | ||
"version": "0.0.3", | ||
"version": "1.0.0", | ||
@@ -5,0 +5,0 @@ "description": "Chic is an extremely simple class-like interface to JavaScript prototypal inheritance", |
@@ -83,2 +83,2 @@ (function (exports) { | ||
} (typeof exports === 'undefined' ? (this.chic = {}) : exports)); | ||
} (typeof exports === 'undefined' ? (this.chic = this.chic || {}) : exports)); |
{ | ||
"name": "chic", | ||
"version": "0.0.3", | ||
"version": "1.0.0", | ||
@@ -29,5 +29,5 @@ "description": "Chic is an extremely simple class-like interface to JavaScript prototypal inheritance", | ||
"lint": "echo \"$(./node_modules/.bin/jshint --config ./test/config/jshint.json ./{lib,test}/*)\"", | ||
"test": "./node_modules/.bin/mocha --ui tdd --reporter spec --colors --recursive ./test/{integ,unit}/**.js", | ||
"test": "./node_modules/.bin/mocha --ui tdd --reporter spec --colors --recursive ./test/integ ./test/unit", | ||
"testapp": "./node_modules/.bin/supervisor -q ./test/runner/boot.js" | ||
} | ||
} |
@@ -7,3 +7,3 @@ | ||
**Current Version:** *0.0.3* | ||
**Current Stable Version:** *1.0.0* | ||
**Automated Build Status:** [![Build Status][travis-status]][travis] | ||
@@ -10,0 +10,0 @@ **Node Support:** *0.6, 0.8* |
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
9926
0