Comparing version 1.4.4 to 1.4.6
{ | ||
"name": "classy", | ||
"version": "1.4.4", | ||
"version": "1.4.6", | ||
"scripts": { | ||
@@ -27,3 +27,3 @@ "build": "browserify src/index.js -s classy -o dist/classy.js", | ||
"type": "git", | ||
"url": "https://github.com/zippyui/classy.git" | ||
"url": "https://github.com/classyjs/classy.git" | ||
}, | ||
@@ -43,5 +43,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/zippyui/classy/issues" | ||
"url": "https://github.com/classyjs/classy/issues" | ||
}, | ||
"homepage": "https://github.com/zippyui/classy", | ||
"homepage": "https://github.com/classyjs/classy", | ||
"dependencies": { | ||
@@ -48,0 +48,0 @@ "newify": "~1.1.3", |
@@ -10,10 +10,16 @@ Classy - Smart JavaScript classes | ||
```sh | ||
$ npm install classy | ||
``` | ||
npm install classy | ||
For the browser please either use `webpack` or `browserify` to integrate classy into your app. | ||
<!-- | ||
``` | ||
For the browser use | ||
``` | ||
dist/classy.js | ||
``` | ||
--> | ||
## Contributing | ||
See [CONTRIBUTING.md](./CONTRIBUTING.md) | ||
## Example | ||
@@ -20,0 +26,0 @@ ```js |
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
273552
72
466