babel-plugin-veui
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -127,2 +127,6 @@ [ | ||
{ | ||
"name": "SearchBox", | ||
"path": "SearchBox.vue" | ||
}, | ||
{ | ||
"name": "Option", | ||
@@ -129,0 +133,0 @@ "path": "Select/Option.vue" |
{ | ||
"name": "babel-plugin-veui", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Import VEUI components with ease.", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"build": "babel src --out-dir dist", | ||
"build": "node ./build/components.js && babel src --out-dir dist", | ||
"test": "npm run build && ava", | ||
@@ -9,0 +9,0 @@ "prepare": "npm build" |
17218
581