react-mix-tag-input
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"private": false, | ||
"name": "react-mix-tag-input", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A simple react component for inputting tags with a mix of text", | ||
"main": "dist/index.d.js", | ||
"module": "dist/MixTagInput.mjs", | ||
"main": "dist/MixTagInput.umd.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist/**/*" | ||
"dist" | ||
], | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/MixTagInput.mjs", | ||
"require": "./dist/MixTagInput.umd.js" | ||
} | ||
}, | ||
"scripts": { | ||
@@ -12,0 +19,0 @@ "test": "jest", |
10902