Skip to content

Commit 4c58c26

Browse files
committed
Fixing repo name
1 parent 6013b91 commit 4c58c26

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "ng2-draggable",
3-
"version": "0.2.1",
2+
"name": "angular-draggable",
3+
"version": "1.0.0",
44
"description": "Angular2 directive draggable.",
55
"main": "dist/draggable.module.js",
66
"typings": "dist/draggable.module.d.ts",
@@ -12,10 +12,10 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/CoderAjay/ng2Draggable.git"
15+
"url": "git+https://github.com/CoderAjay/angular-draggable.git"
1616
},
1717
"keywords": [
18-
"Angular2-draggable",
18+
"Angular-draggable",
1919
"ng draggable directive",
2020
"draggable directive",
2121
"directive",
@@ -24,9 +24,9 @@
2424
"author": "Ajay Singh (meajaysingh@hotmail.com)",
2525
"license": "MIT",
2626
"bugs": {
27-
"url": "https://github.com/CoderAjay/ng2Draggable/issues"
27+
"url": "https://github.com/CoderAjay/angular-draggable/issues"
2828
},
29-
"homepage": "https://github.com/CoderAjay/ng2Draggable#readme",
29+
"homepage": "https://github.com/CoderAjay/angular-draggable#readme",
3030
"dependencies": {},
3131
"peerDependencies": {
3232
"@angular/core": "^2.4.10",

0 commit comments

Comments
 (0)