gulp rename update

This commit is contained in:
vinibiavatti 2020-12-31 18:53:34 +00:00
parent 94ab44a568
commit c217b0a499
2 changed files with 3 additions and 3 deletions

View File

@ -2,12 +2,12 @@
### This is the change log of TuiCss. Here you can find the documentations of the feature of each released version ### This is the change log of TuiCss. Here you can find the documentations of the feature of each released version
#### 2.0.0 #### 2.0.0
- Jquery removed (Now use vanilla Javascript)
- Chart example page - Chart example page
- Contributing markdown
- Readme update - Readme update
- Changelog markdown - Changelog markdown
- Jquery removed (Vanilla Javascript)
- Chart component - Chart component
- NPM Package
#### 1.0.0 #### 1.0.0
- Utilities - Utilities

View File

@ -34,7 +34,7 @@
"gulp-clean-css": "^4.3.0", "gulp-clean-css": "^4.3.0",
"gulp-copy": "^4.0.1", "gulp-copy": "^4.0.1",
"gulp-minify": "^3.1.0", "gulp-minify": "^3.1.0",
"gulp-rename": "^1.4.0", "gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0" "gulp-sass": "^4.1.0"
} }
} }