Comparing version 1.0.0 to 1.0.1
@@ -6,2 +6,8 @@ | ||
1.0.1 (2012-12-13) | ||
------------------ | ||
* General house-keeping | ||
1.0.0 (2012-12-11) | ||
@@ -8,0 +14,0 @@ ------------------ |
{ | ||
"name": "chic", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
@@ -5,0 +5,0 @@ "description": "Chic is an extremely simple class-like interface to JavaScript prototypal inheritance", |
@@ -7,3 +7,3 @@ | ||
**Current Stable Version:** *1.0.0* | ||
**Current Stable Version:** *1.0.1* | ||
**Automated Build Status:** [![Build Status][travis-status]][travis] | ||
@@ -17,9 +17,15 @@ **Node Support:** *0.6, 0.8* | ||
You can use Chic in-browser or on the server side with [Node.js][node]. On the client side, you can either install Chic through [Component][component]: | ||
You can use Chic on the server side with [Node.js][node] and npm: | ||
```sh | ||
$ npm install chic | ||
``` | ||
On the client side, you can either install Chic through [Component][component]: | ||
```sh | ||
$ component install rowanmanning/chic | ||
``` | ||
Or by simply including `chic.js` in your page: | ||
or by simply including `chic.js` in your page: | ||
@@ -30,9 +36,3 @@ ```html | ||
On the server side, install with npm: | ||
```sh | ||
$ npm install chic | ||
``` | ||
Usage | ||
@@ -179,3 +179,3 @@ ----- | ||
Unfortunately, my testing tools don't work correctly in Firefox 3.6 and IE 6–8. Becuase of this, there is a stripped down test suite available on `http://localhost:3893/legacy` which caters for these browsers. | ||
Unfortunately, my testing tools don't work correctly in Firefox 3.6 and IE 6–8. Because of this, there is a stripped down test suite available on `http://localhost:3893/legacy` which caters for these browsers. | ||
@@ -182,0 +182,0 @@ |
Sorry, the diff of this file is not supported yet
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
9452
6
63