Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Added ignore files to bower & nom config + bump to v.0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
IjzerenHein committed Sep 7, 2014
1 parent 86c0ff3 commit 197759c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 4 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "famous-flex",
"version": "0.0.4",
"version": "0.0.5",
"homepage": "https://github.com/IjzerenHein/famous-flex",
"repository": {
"type": "git",
Expand All @@ -27,7 +27,9 @@
"tests",
"examples",
"docs",
"Gruntfile.js"
"Gruntfile.js",
"CONTRIBUTORS.md",
"package.json"
],
"devDependencies": {
"requirejs": "~2.1.11",
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "famous-flex",
"version": "0.0.4",
"version": "0.0.5",
"homepage": "https://github.com/IjzerenHein/famous-flex",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,5 +37,9 @@
"grunt-eslint": "latest",
"grunt-jscs": "latest",
"grunt-jsdoc-to-markdown": "latest"
}
},
"files": [
"src",
"LICENSE"
]
}

0 comments on commit 197759c

Please sign in to comment.