We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38d794 commit f024205Copy full SHA for f024205
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+### 4.0.3 (Sep 10, 2019)
4
+
5
+- Add typings and sourcemap to published npm package.
6
+ - This compresses well so it does not bloat the package by much. Would be nice if npm had another delivery mechanism for optional modes, like web/TS.
7
8
### 4.0.2 (Sep 9, 2019)
9
10
- Republish to fix packaging errors. Fixes #426
package.json
@@ -1,6 +1,6 @@
{
"name": "react-draggable",
- "version": "4.0.2",
+ "version": "4.0.3",
"description": "React draggable component",
"main": "index.js",
"browser": "web/react-draggable.min.js",
0 commit comments