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 2de425f commit 7ce9028Copy full SHA for 7ce9028
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.2.5 (2020-6-30)
2
+
3
+Remove scarf
4
5
# 1.2.4 (2020-5-16)
6
7
Cleanup - remove leftover console.logs
package.json
@@ -1,6 +1,6 @@
{
"name": "react-table-hoc-draggable-columns",
- "version": "1.2.4",
+ "version": "1.2.5",
"description": "ReactTable HOC for draggable columns",
"author": "patricktran",
"license": "MIT",
@@ -67,7 +67,6 @@
67
"draggable columns"
68
],
69
"dependencies": {
70
- "@scarf/scarf": "^1.0.5",
71
"node-sass": "^4.12.0"
72
}
73
0 commit comments