Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Commit

Permalink
Releas 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnkalk committed Apr 21, 2022
1 parent 716622f commit 012f643
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/GodUi.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/GodUi.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/Smart-Dark.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/Value.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const { watch } = require('gulp');
const gulp = require('gulp');
const ignore = require('gulp-ignore');
const uglify = require('gulp-uglify');
const sass = require('gulp-sass')(require('sass'));
const autoprefixer = require('gulp-autoprefixer');
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "godratmand-ui",
"version": "1.1.0",
"version": "1.2.0",
"description": "Godratmand Web Ui Framework",
"main": "src/sass/GodUi.sass",
"directories": {
Expand Down Expand Up @@ -31,7 +31,6 @@
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-cssnano": "^2.1.3",
"gulp-ignore": "^3.0.0",
"gulp-rename": "^2.0.0",
"gulp-rtlcss": "^2.0.0",
"gulp-sass": "^5.1.0",
Expand Down

0 comments on commit 012f643

Please sign in to comment.