ngx-drag-drop 21.0.0 → 21.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +5 -11
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
[](https://www.npmjs.com/package/ngx-drag-drop)
|
|
2
2
|
[](https://www.npmjs.com/package/ngx-drag-drop)
|
|
3
3
|
[](https://www.npmjs.com/package/ngx-drag-drop)
|
|
4
|
-
[](https://github.com/ChristofFritz/ngx-drag-drop/issues)
|
|
5
|
+
[](https://twitter.com/intent/tweet?text=Angular%20drag%20and%20drop%20with%20ease:&url=https://github.com/ChristofFritz/ngx-drag-drop)
|
|
6
6
|
|
|
7
7
|
# NgxDragDrop
|
|
8
8
|
|
|
9
|
-
[_Demo_](https://
|
|
9
|
+
[_Demo_](https://christoffritz.github.io/ngx-drag-drop/) / [_StackBlitz Issue
|
|
10
10
|
Template_](https://stackblitz.com/edit/ngx-drag-drop-issue-template)
|
|
11
11
|
|
|
12
12
|
`npm install ngx-drag-drop --save`
|
package/package.json
CHANGED
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-drag-drop",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.1",
|
|
4
4
|
"description": "Angular directives using the native HTML Drag And Drop API",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "https://github.com/
|
|
7
|
+
"url": "https://github.com/ChristofFritz/ngx-drag-drop.git"
|
|
8
8
|
},
|
|
9
|
-
"homepage": "https://
|
|
9
|
+
"homepage": "https://christoffritz.github.io/ngx-drag-drop/",
|
|
10
10
|
"author": {
|
|
11
|
-
"name": "
|
|
12
|
-
"email": "
|
|
11
|
+
"name": "Christof Fritz",
|
|
12
|
+
"email": "npm@christof.me"
|
|
13
13
|
},
|
|
14
|
-
"contributors": [
|
|
15
|
-
{
|
|
16
|
-
"name": "Christof Fritz",
|
|
17
|
-
"email": "npm@christof.me"
|
|
18
|
-
}
|
|
19
|
-
],
|
|
20
14
|
"license": "BSD-3-Clause",
|
|
21
15
|
"keywords": [
|
|
22
16
|
"angular",
|