sortable-dnd
Advanced tools
Comparing version 0.3.7 to 0.3.8
/*! | ||
* sortable-dnd v0.3.7 | ||
* sortable-dnd v0.3.8 | ||
* open source under the MIT license | ||
@@ -4,0 +4,0 @@ * https://github.com/mfuu/sortable-dnd#readme |
{ | ||
"name": "sortable-dnd", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"description": "JS library for drag-and-drop lists, supports sortable and draggable", | ||
"main": "dist/sortable.js", | ||
"types": "typings/types.d.ts", | ||
"files": [ | ||
"dist" | ||
"src", | ||
"dist", | ||
"typings" | ||
], | ||
"scripts": { | ||
"lint": "eslint --fix src --ext .js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
@@ -34,8 +36,4 @@ "build": "rollup --config" | ||
"devDependencies": { | ||
"@babel/core": "^7.8.7", | ||
"@babel/preset-env": "^7.8.7", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-jest": "^25.5.1", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^6.8.0", | ||
"@babel/core": "^7.18.10", | ||
"@babel/preset-env": "^7.18.10", | ||
"rollup": "^2.61.1", | ||
@@ -42,0 +40,0 @@ "rollup-plugin-babel": "^4.4.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
117250
7
11
2583