Skip to content

Commit

Permalink
Fix Bower
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Simmons committed Apr 19, 2015
1 parent a144a40 commit d908bd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "typographic",
"version": "2.9.2",
"version": "2.9.3",
"homepage": "https://github.com/corysimmons/typographic",
"authors": [
"Cory Simmons <cory@launchboxhq.com>"
],
"description": "Responsive typography with modular scale, font stacks, and more.",
"main": "typographic.js",
"main": [
"scss/typographic.scss",
"stylus/typographic.styl"
],
"moduleType": [
"node"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Cory Simmons"
},
"main": "stylus/typographic.js",
"version": "2.9.2",
"version": "2.9.3",
"description": "Responsive typography with modular scale, font stacks, and more.",
"keywords": [
"stylus",
Expand Down

0 comments on commit d908bd6

Please sign in to comment.