Skip to content

Commit bf1c064

Browse files
added npm package. bumped version
1 parent 5f5487f commit bf1c064

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ngDraggable",
33
"main": "ngDraggable.js",
4-
"version": "0.1.8",
4+
"version": "0.1.10",
55
"homepage": "https://github.com/fatlinesofcode/ngDraggable",
66
"ignore": [
77
"**/.*",

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "ngdraggable",
3+
"version": "0.1.10",
4+
"description": "Drag and drop module for Angular JS with support for touch devices",
5+
"main": "ngDraggable.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/fatlinesofcode/ngDraggable.git"
12+
},
13+
"author": "philip andrews",
14+
"license": "MIT",
15+
"bugs": {
16+
"url": "https://github.com/fatlinesofcode/ngDraggable/issues"
17+
},
18+
"homepage": "https://github.com/fatlinesofcode/ngDraggable#readme"
19+
}

0 commit comments

Comments
 (0)