Skip to content

Commit

Permalink
remove dependencies from bower file and rename to bower.json
Browse files Browse the repository at this point in the history
fixes #74
  • Loading branch information
rniemeyer committed Nov 7, 2013
1 parent 900e426 commit ca9225c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 13 deletions.
15 changes: 15 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "knockout-sortable",
"version": "0.8.4",
"main": "./build/knockout-sortable.min.js",
"ignore": [
"examples",
"ext",
"reports",
"spec",
"src",
"Gruntfile.js",
"package.json",
".gitignore"
]
}
2 changes: 1 addition & 1 deletion build/knockout-sortable.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// knockout-sortable 0.8.3 | (c) 2013 Ryan Niemeyer | http://www.opensource.org/licenses/mit-license
// knockout-sortable 0.8.4 | (c) 2013 Ryan Niemeyer | http://www.opensource.org/licenses/mit-license
;(function(factory) {
if (typeof define === "function" && define.amd) {
// AMD anonymous module
Expand Down
2 changes: 1 addition & 1 deletion build/knockout-sortable.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions component.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knockout-sortable",
"version": "0.8.3",
"version": "0.8.4",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "0.x.x",
Expand Down

0 comments on commit ca9225c

Please sign in to comment.