@sankhyalabs/ez-design 1.0.19 → 1.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +14 -0
  2. package/gulpfile.js +3 -3
  3. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,14 @@
1
+ ## Sankhyalabs ez-design
2
+
3
+
4
+ ### Como instalar?
5
+ npm i
6
+
7
+ ## Executando teste
8
+ npm run dev
9
+
10
+ ## Liberando uma nova build
11
+ npm version patch
12
+ git add *
13
+ git commit -m "Commit message"
14
+ git push
package/gulpfile.js CHANGED
@@ -25,11 +25,11 @@ function copyImages() {
25
25
  }
26
26
 
27
27
  function browser() {
28
- /*browserSync.init({
28
+ browserSync.init({
29
29
  server:{
30
- baseDir: "./dist"
30
+ baseDir: "./dist/"
31
31
  }
32
- })*/
32
+ })
33
33
  }
34
34
 
35
35
  function watch() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/ez-design",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "Projeto de design system sankhya.",
5
5
  "main": "/dist/ez-themed.css",
6
6
  "scripts": {