Skip to content

Commit

Permalink
Version 3.1.0 commit for distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSanderson committed May 14, 2014
1 parent 442a2b2 commit 222bc28
Show file tree
Hide file tree
Showing 3 changed files with 4,591 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "knockout",
"version": "3.1.0",
"homepage": "http://knockoutjs.com/",
"description": "Knockout makes it easier to create rich, responsive UIs with JavaScript",
"main": "dist/knockout.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"knockout",
"mvvm",
"mvc",
"spa"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"spec",
"build/output"
]
}
Loading

0 comments on commit 222bc28

Please sign in to comment.