Skip to content

Commit 02e0b59

Browse files
committed
Added MIT license to package.json and bower.json as denoted in source code
1 parent 8c6a5f2 commit 02e0b59

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

bower.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.1",
44
"description": "This directive allows you to use jQuery UI's draggable and droppable plugins with AngularJS.",
55
"author": "https://github.com/codef0rmer/angular-dragdrop/contributors",
6+
"license": "MIT",
67
"homepage": "http://codef0rmer.github.io/angular-dragdrop",
78
"main": "./src/angular-dragdrop.js",
89
"ignore": [

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.1",
44
"description": "This directive allows you to use jQuery UI's draggable and droppable plugins with AngularJS.",
55
"author": "https://github.com/codef0rmer/angular-dragdrop/contributors",
6+
"license": "MIT",
67
"homepage": "http://codef0rmer.github.io/angular-dragdrop",
78
"main": "src/angular-dragdrop.js",
89
"dependencies": {},

0 commit comments

Comments
 (0)