Comparing version 0.0.1 to 0.0.2
@@ -6,2 +6,8 @@ | ||
0.0.2 (2012-12-07) | ||
------------------ | ||
* Bug-fix release | ||
0.0.1 (2012-12-07) | ||
@@ -8,0 +14,0 @@ ------------------ |
{ | ||
"name": "chic", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
@@ -14,4 +14,4 @@ "description": "Chic is an extremely simple class-like interface to JavaScript prototypal inheritance", | ||
"scripts": [ | ||
"index.js" | ||
"lib/chic.js" | ||
] | ||
} |
{ | ||
"name": "chic", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
@@ -5,0 +5,0 @@ "description": "Chic is an extremely simple class-like interface to JavaScript prototypal inheritance", |
@@ -7,3 +7,3 @@ | ||
**Current Version:** *0.0.1* | ||
**Current Version:** *0.0.2* | ||
**Automated Build Status:** [![Build Status][travis-status]][travis] | ||
@@ -149,2 +149,8 @@ | ||
Credit | ||
------ | ||
This library was inspired by John Resig's great [Simple JavaScript Inheritance post][inspiration]. | ||
License | ||
@@ -158,2 +164,3 @@ ------- | ||
[component]: https://github.com/component/component | ||
[inspiration]: http://ejohn.org/blog/simple-javascript-inheritance/ | ||
[mit]: http://opensource.org/licenses/mit-license.php | ||
@@ -160,0 +167,0 @@ [node]: http://nodejs.org/ |
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
8278
167