Skip to content
This repository was archived by the owner on Mar 21, 2018. It is now read-only.

Commit b8a5478

Browse files
committed
change npm name to desandro-classie
1 parent da1d301 commit b8a5478

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

README.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,11 @@ classie.toggle( element, 'my-class' ) // toggle class
1111

1212
## Package management
1313

14-
Install with [Bower](http://bower.io) :bird:
14+
Install with [Bower](http://bower.io) :bird: `bower install classie`
1515

16-
``` bash
17-
bower install classie
18-
```
19-
20-
Install with [Component](http://github.com/component/component)
16+
Install with npm `npm install desandro-classie`
2117

22-
``` bash
23-
component install desandro/classie
24-
```
18+
Install with [Component](http://github.com/component/component) `component install desandro/classie`
2519

2620
## MIT license
2721

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "classie",
2+
"name": "desandro-classie",
33
"version": "1.0.1",
44
"description": "class helper functions",
55
"main": "classie.js",

0 commit comments

Comments
 (0)