@weser/dnd 0.0.13 → 0.0.15
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 +1 -20
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,22 +1,3 @@
|
|
|
1
1
|
# @weser/dnd
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
## Installation
|
|
6
|
-
|
|
7
|
-
```sh
|
|
8
|
-
# npm
|
|
9
|
-
npm i --save @weser/dnd
|
|
10
|
-
# yarn
|
|
11
|
-
yarn add @weser/dnd
|
|
12
|
-
# pnpm
|
|
13
|
-
pnpm add @weser/dnd
|
|
14
|
-
```
|
|
15
|
-
|
|
16
|
-
## Documentation
|
|
17
|
-
|
|
18
|
-
## License
|
|
19
|
-
|
|
20
|
-
@weser/dnd is licensed under the [MIT License](http://opensource.org/licenses/MIT).<br>
|
|
21
|
-
Documentation is licensed under [Creative Common License](http://creativecommons.org/licenses/by/4.0/).<br>
|
|
22
|
-
Created with ♥ by [@robinweser](http://weser.io).
|
|
3
|
+
[Documentation](https://packages.weser.io/dnd)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@weser/dnd",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"description": "React library for low-level drag'n'drop implementations",
|
|
5
5
|
"author": "Robin Weser <robin@weser.io>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"rimraf": "^3.0.2",
|
|
56
56
|
"typescript": "^5.4.5"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "09f1d19b11a34e519fd35cf91cede2b75f38356c"
|
|
59
59
|
}
|