Comparing version 2.2.3 to 2.2.4
{ | ||
"name": "dnd-core", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "Drag and drop sans the GUI", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"clean": "rimraf lib", | ||
"build": "babel src --out-dir lib", | ||
"test": "npm-run-all clean build", | ||
"clean": "../../node_modules/.bin/rimraf lib", | ||
"build": "../../node_modules/.bin/babel src --out-dir lib", | ||
"test": "../../node_modules/.bin/npm-run-all clean build", | ||
"prepublish": "npm run test" | ||
@@ -11,0 +12,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
69495
38