Skip to content

Commit

Permalink
Setting current dependencies and complied JS
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Jul 15, 2020
1 parent 9395bc7 commit de001ed
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 290 deletions.
47 changes: 32 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,45 @@
"homepage": "https://github.com/atk4/ui",
"license": "MIT",
"authors": [
{"name": "Romans Malinovskis", "email": "[email protected]", "homepage": "https://nearly.guru/" },
{"name": "Alain Belair", "homepage": "https://agiletoolkit.org/"},
{"name": "Imants Horsts", "homepage": "https://darkside.lv/"},
{"name": "Francesco Danti", "homepage": "https://oracoltech.com/"},
{"name": "Michael Voříšek", "homepage": "https://mvorisek.cz/"},
{"name": "Philipp Grashoff"},
{"name": "Alex Cicovic", "homepage": "https://alexcicovic.com/"},
{"name": "Georgi Hristov", "homepage": "https://xsystems.io/"}
{
"name": "Romans Malinovskis",
"email": "[email protected]",
"homepage": "https://nearly.guru/"
},
{
"name": "Alain Belair",
"homepage": "https://agiletoolkit.org/"
},
{
"name": "Imants Horsts",
"homepage": "https://darkside.lv/"
},
{
"name": "Francesco Danti",
"homepage": "https://oracoltech.com/"
},
{
"name": "Michael Voříšek",
"homepage": "https://mvorisek.cz/"
},
{
"name": "Philipp Grashoff"
},
{
"name": "Alex Cicovic",
"homepage": "https://alexcicovic.com/"
},
{
"name": "Georgi Hristov",
"homepage": "https://xsystems.io/"
}
],
"version": "dev-develop",
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
},
"require": {
"php": ">=7.3.0",
"ext-json": "*",
"atk4/core": "dev-develop",
"atk4/data": "dev-develop"
},
"require-release": {
"php": ">=7.3.0",
"ext-json": "*",
"atk4/core": "^2.2.0",
Expand Down
4 changes: 4 additions & 0 deletions public/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
!logo.png
!agileui.less
!.gitignore
!agileui.css
!agileui.css.map
!atkjs-ui.js
!atkjs-ui.min.js
276 changes: 1 addition & 275 deletions public/agileui.css

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

1 change: 1 addition & 0 deletions public/agileui.css.map

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

2 changes: 2 additions & 0 deletions public/atkjs-ui.min.js

Large diffs are not rendered by default.

0 comments on commit de001ed

Please sign in to comment.