Skip to content

Commit 3845f35

Browse files
committed
Add .bowerrc
1 parent 3b86e44 commit 3845f35

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.bowerrc

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"directory": "components",
3+
"json": "bower.json"
4+
}

src/angular-dragdrop.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Implementing Drag and Drop functionality in AngularJS is easier than ever.
2323
* Demo: http://codef0rmer.github.com/angular-dragdrop/
2424
*
25-
* @version 1.0.0
25+
* @version 1.0.1
2626
*
2727
* (c) 2013 Amit Gharat a.k.a codef0rmer <[email protected]> - amitgharat.wordpress.com
2828
*/

src/angular-dragdrop.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)