Skip to content

Commit d908bd6

Browse files
author
Cory Simmons
committed
Fix Bower
1 parent a144a40 commit d908bd6

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

bower.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "typographic",
3-
"version": "2.9.2",
3+
"version": "2.9.3",
44
"homepage": "https://github.com/corysimmons/typographic",
55
"authors": [
66
"Cory Simmons <[email protected]>"
77
],
88
"description": "Responsive typography with modular scale, font stacks, and more.",
9-
"main": "typographic.js",
9+
"main": [
10+
"scss/typographic.scss",
11+
"stylus/typographic.styl"
12+
],
1013
"moduleType": [
1114
"node"
1215
],

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Cory Simmons"
55
},
66
"main": "stylus/typographic.js",
7-
"version": "2.9.2",
7+
"version": "2.9.3",
88
"description": "Responsive typography with modular scale, font stacks, and more.",
99
"keywords": [
1010
"stylus",

0 commit comments

Comments
 (0)