@sankhyalabs/ez-design
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -36,2 +36,5 @@ const { parallel } = require('gulp'); | ||
gulp.task('watch', watch); | ||
gulp.task('default', parallel('watch', 'browser-sync')); | ||
gulp.task('compila-sass', compilaSass); | ||
gulp.task('copy-images', copyImages); | ||
gulp.task('default', parallel('watch', 'browser-sync')); | ||
gulp.task('build', parallel('compila-sass', 'copy-images')); |
{ | ||
"name": "@sankhyalabs/ez-design", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Projeto de design system sankhya.", | ||
@@ -9,3 +9,4 @@ "main": "/dist/ez-themed.css", | ||
"dev": "gulp default", | ||
"devdark": "gulp default --dark" | ||
"devdark": "gulp default --dark", | ||
"build": "gulp build" | ||
}, | ||
@@ -16,5 +17,5 @@ "author": "leonardo.jorge", | ||
"browser-sync": "^2.26.14", | ||
"gulp": "^4.0.2", | ||
"gulp-sass": "^4.1.0", | ||
"node-sass": "^5.0.0", | ||
"gulp": "^4.0.2" | ||
"node-sass": "^5.0.0" | ||
}, | ||
@@ -21,0 +22,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
544325
28
2593
1