Skip to content

Commit

Permalink
Merge pull request #21 from dlockhart/bower
Browse files Browse the repository at this point in the history
Bower
  • Loading branch information
dlockhart committed Sep 4, 2015
2 parents 996977c + 39af50a commit 0848e6f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
node_js:
- '0.10'
- '0.12'
sudo: false
deploy:
provider: npm
email: [email protected]
Expand Down
16 changes: 16 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "vui-typography",
"main": "typography.scss",
"license": "Apache-2.0",
"ignore": [
"test",
".csslintrc",
".editorconfig",
".gitattributes",
".gitignore",
".npmignore",
".travis.yml",
"karma.conf.js",
"package.json"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vui-typography",
"version": "0.5.0",
"version": "0.6.0",
"description": "Mixins and CSS for applying basic typography styles",
"scripts": {
"clean": "rimraf *.css",
Expand Down

0 comments on commit 0848e6f

Please sign in to comment.