Skip to content

Commit

Permalink
add bower.json and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
rniemeyer committed Dec 6, 2013
1 parent f2c2bb2 commit 418226f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "knockout-classBindingProvider",
"version": "0.5.0",
"main": "build/knockout-classBindingProvider.min.js",
"dependencies": {
"knockout": ">= 2.0"
},
"ignore": [
"examples",
"ext",
"reports",
"spec",
"src",
"Gruntfile.js",
"package.json",
".gitignore"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knockout-classBindingProvider",
"version": "0.4.1",
"version": "0.5.0",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "0.x.x",
Expand Down

0 comments on commit 418226f

Please sign in to comment.