Skip to content

Commit 4acde16

Browse files
committed
Add package to npm registry.
1 parent 713e612 commit 4acde16

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ The inuitcss `clearfix` module is a minimal clearfix helper class.
55
Install using Bower:
66

77
$ bower install --save inuit-clearfix
8+
9+
Install using npm:
10+
11+
$ npm install --save inuit-clearfix

package.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "inuit-clearfix",
3+
"version": "0.2.1",
4+
"description": "Small clearfixing utility for the inuitcss framework",
5+
"main": "_generic.clearfix.scss",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/inuitcss/generic.clearfix.git"
9+
},
10+
"author": "Harry Roberts <[email protected]>",
11+
"license": "Apache 2",
12+
"bugs": {
13+
"url": "https://github.com/inuitcss/generic.clearfix/issues"
14+
},
15+
"homepage": "https://github.com/inuitcss/generic.clearfix",
16+
"keywords": [
17+
"inuitcss",
18+
"oocss",
19+
"css"
20+
]
21+
}

0 commit comments

Comments
 (0)