muba-input-select
Advanced tools
Comparing version 0.0.1 to 0.0.2
/// <reference types="muba" /> | ||
declare module "muba-display-price" { | ||
export { default as DisplayPrice } from './DisplayPrice'; | ||
declare module "muba-input-select" { | ||
export { default as InputSelect } from './InputSelect'; | ||
} |
{ | ||
"name": "muba-input-select", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Input select", | ||
@@ -19,2 +19,2 @@ "main": "InputSelect.js", | ||
"homepage": "https://github.com/Mubawab/muba-input-select#readme" | ||
} | ||
} |
8502