drag-drop-stage-component
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "drag-drop-stage-component", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A component to \"drag'n drop\"-enable your projects, maintained and simple, light on dependencies", | ||
@@ -12,2 +12,3 @@ "main": "src/ts/index.ts", | ||
"prepare": "npm run build:demo", | ||
"prepublishOnly": "npm run build:demo", | ||
"test": "jest", | ||
@@ -37,4 +38,4 @@ "watch:test": "watch 'npm run test' src tests", | ||
"typescript": "^3.4.5", | ||
"node_modules-path": "^2.0.2" | ||
"node_modules-path": "*" | ||
} | ||
} |
2026633