dnd-core-cjs
Advanced tools
Comparing version 9.5.0 to 9.5.1
{ | ||
"name": "dnd-core-cjs", | ||
"version": "9.5.0", | ||
"version": "9.5.1", | ||
"license": "MIT", | ||
@@ -20,4 +20,5 @@ "description": "Drag and drop sans the GUI", | ||
"devDependencies": { | ||
"dnd-core": "^9.5.0" | ||
} | ||
"dnd-core": "^9.5.1" | ||
}, | ||
"gitHead": "db9e93ee434fda1d4e0d599c75328aef3d858866" | ||
} |
@@ -10,23 +10,12 @@ { | ||
"emitDeclarationOnly": false, | ||
"allowSyntheticDefaultImports": true, | ||
"paths": { | ||
"dnd-core": [ | ||
"../../core/dnd-core/lib/index.d.ts" | ||
], | ||
"react-dnd": [ | ||
"../../core/react-dnd/lib/index.d.ts" | ||
], | ||
"react-dnd-html5-backend": [ | ||
"../../core/html5-backend/lib/index.d.ts" | ||
], | ||
"react-dnd-test-backend": [ | ||
"../../testing/test-backend/lib/index.d.ts" | ||
], | ||
"react-dnd-test-utils": [ | ||
"../../testing/test-utils/lib/index.d.ts" | ||
] | ||
"dnd-core": ["../../core/dnd-core/lib/index.d.ts"], | ||
"react-dnd": ["../../core/react-dnd/lib/index.d.ts"], | ||
"react-dnd-html5-backend": ["../../core/html5-backend/lib/index.d.ts"], | ||
"react-dnd-test-backend": ["../../testing/test-backend/lib/index.d.ts"], | ||
"react-dnd-test-utils": ["../../testing/test-utils/lib/index.d.ts"] | ||
} | ||
}, | ||
"files": [ | ||
"../../../core/dnd-core/src/index.ts" | ||
] | ||
} | ||
"files": ["../../../core/dnd-core/src/index.ts"] | ||
} |
Sorry, the diff of this file is not supported yet
271141
60
1632