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

Commit

Permalink
Releas 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnkalk committed Jul 22, 2022
1 parent e54c099 commit 0c043c2
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 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.

Binary file added build/GodUi.zip
Binary file not shown.
11 changes: 11 additions & 0 deletions build/Media.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/Switch.min.js

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

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"name": "godratmand-ui",
"version": "1.2.0",
"version": "1.3.1",
"description": "Godratmand Web Ui Framework",
"main": "src/sass/GodUi.sass",
"directories": {
"doc": "docs"
},
"scripts": {
"sass:compile": "sass --watch src/sass:src/css --no-source-map",
"gulp:compile": "gulp watch",
"gulp:build": "gulp exportcss; gulp build"
"gulp:watch": "gulp watch",
"gulp:build": "gulp exportcss",
"gulp:compile": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GodratGroup/GodUi.git"
"url": "git+https://github.com/GodratmandProject/GodUi.git"
},
"keywords": [
"css",
Expand All @@ -24,7 +25,7 @@
"author": "GGroup",
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/GodratGroup/GodUi/issues"
"url": "https://github.com/GodratmandProject/GodUi/issues"
},
"homepage": "https://godui.pages.dev",
"devDependencies": {
Expand Down

0 comments on commit 0c043c2

Please sign in to comment.