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 300f107 commit 2c15cafCopy full SHA for 2c15caf
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+### 4.4.2 (May 14, 2020)
4
+
5
+- Fix: Remove "module" from package.json (it is no longer being built)
6
+ - Fixes #482
7
8
### 4.4.1 (May 12, 2020)
9
10
- Fix: Remove "module" definition in package.json
package.json
@@ -1,6 +1,6 @@
{
"name": "react-draggable",
- "version": "4.4.1",
+ "version": "4.4.2",
"description": "React draggable component",
"main": "build/cjs/cjs.js",
"scripts": {
0 commit comments