Skip to content

Commit

Permalink
DanilF - Fixing bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dflor003 committed Oct 18, 2015
1 parent 5f5798f commit 6fde3ee
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "decorator-validations",
"version": "0.0.0",
"version": "0.1.0",
"homepage": "https://github.com/dflor003/decorator-validations",
"authors": [
"DanilF <dflor003@gmail.com>"
Expand All @@ -25,11 +25,15 @@
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"coverage",
"src",
"tests",
".gitignore"
"typings",
".gitignore",
"/*.js",
"/*.json",
"/*.yml"
]
}

0 comments on commit 6fde3ee

Please sign in to comment.