Comparing version 0.1.71 to 0.1.76
{ | ||
"name": "skateui", | ||
"main": "src/plugins/skateui.js", | ||
"version": "0.1.71", | ||
"version": "0.1.76", | ||
"scripts": { | ||
"build-server": "cd src/components && python3 split-files.py && cd ../../ && npx grunt copy browserify pug less && npx grunt includereplace replace", | ||
"build-server": "cd src/components && python3 split-files.py && cd ../../ && npx grunt copy browserify pug less && npx grunt includereplace replace && cp package.json ./dist/package.json", | ||
"build": "cd src/components && py split-files.py && cd ../../ && grunt copy browserify pug less && grunt includereplace replace" | ||
@@ -34,4 +34,4 @@ }, | ||
"dependencies": { | ||
"colormangle": "^0.1.91" | ||
"colormangle": "^0.1.92" | ||
} | ||
} |
@@ -13,2 +13,3 @@ import SuiCard from '../components/sui-card'; | ||
import SuiSteps from '../components/sui-steps'; | ||
import SuiStep from '../components/sui-step'; | ||
import SuiImage from '../components/sui-image'; | ||
@@ -37,2 +38,3 @@ import SuiSvg from '../components/sui-svg'; | ||
Vue.component('sui-steps', SuiSteps); | ||
Vue.component('sui-step', SuiStep); | ||
Vue.component('sui-image', SuiImage); | ||
@@ -39,0 +41,0 @@ Vue.component('sui-app', SuiApp); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
180501
22
548
Updatedcolormangle@^0.1.92