vue-cli-plugin-vuestic-ui
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -0,0 +0,0 @@ module.exports = { |
@@ -0,0 +0,0 @@ const defaultConfig = require('./default') |
@@ -0,0 +0,0 @@ module.exports = { |
@@ -0,0 +0,0 @@ const fs = require('fs') |
@@ -0,0 +0,0 @@ const insertVuesticPlugin = (lines, pluginName = 'VuesticPlugin') => { |
/** Need some entry for vue cli plugin */ | ||
module.exports = () => {} |
{ | ||
"name": "vue-cli-plugin-vuestic-ui", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Vuestic UI plugin for Vue CLI v4+", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -17,3 +17,3 @@ // prompts.js | ||
default: [ | ||
'grid', 'normalize' | ||
'grid', 'normalize', 'typography' | ||
], | ||
@@ -20,0 +20,0 @@ when: (answers) => answers.treeshaking, |
@@ -0,0 +0,0 @@ # vue-cli-plugin-vuestic-ui |
Sorry, the diff of this file is not supported yet
5754