file-drop-element
Advanced tools
Comparing version
@@ -13,3 +13,3 @@ /** | ||
*/ | ||
export function bind(target: any, propertyKey: string, descriptor: PropertyDescriptor) { | ||
function bind(target: any, propertyKey: string, descriptor: PropertyDescriptor) { | ||
return { | ||
@@ -16,0 +16,0 @@ // the first time the prototype property is accessed for an instance, |
{ | ||
"name": "file-drop-element", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "File Drop Custom Element", | ||
@@ -9,2 +9,3 @@ "main": "dist/filedrop.js", | ||
"source": "index.ts", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
@@ -11,0 +12,0 @@ "build": "microbundle", |
@@ -14,4 +14,8 @@ { | ||
"allowJs": false, | ||
"baseUrl": "." | ||
"baseUrl": ".", | ||
"typeRoots": [ | ||
"index.d.ts", | ||
"node_modules/@types" | ||
] | ||
} | ||
} |
53105
156.22%16
77.78%276
38%