Skip to content

Commit d17eb96

Browse files
committed
Add npm
1 parent 59f0eb9 commit d17eb96

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inuit-headings-trumps",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"homepage": "https://github.com/inuitcss/trumps.headings",
55
"authors": [
66
"Harry Roberts <[email protected]>"

package.json

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "inuit-headings-trumps",
3+
"version": "0.1.2",
4+
"description": "Helper classes for inuitcss’ headings.",
5+
"main": "_trumps.headings.scss",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/inuitcss/trumps.headings.git"
9+
},
10+
"author": "Harry Roberts <[email protected]>",
11+
"license": "Apache 2",
12+
"bugs": {
13+
"url": "https://github.com/inuitcss/trumps.headings/issues"
14+
},
15+
"homepage": "https://github.com/inuitcss/trumps.headings",
16+
"keywords": [
17+
"typography",
18+
"type",
19+
"inuitcss",
20+
"oocss",
21+
"css"
22+
],
23+
"dependencies": {
24+
"inuit-headings": "~0.2.2"
25+
}
26+
}

0 commit comments

Comments
 (0)