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 Jun 16, 2020
1 parent 74789d1 commit 3d73567
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 289 deletions.
46 changes: 32 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,43 @@
"minimum-stability": "dev",
"prefer-stable": true,
"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/"
}
],
"config": {
"sort-packages": true
},
"require": {
"php": ">=7.2.0",
"ext-json": "*",
"atk4/core": "dev-develop",
"atk4/data": "dev-develop"
},
"require-release": {
"php": ">=7.2.0",
"ext-json": "*",
"atk4/core": "^2.0",
Expand Down
4 changes: 4 additions & 0 deletions public/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
!.gitignore
!atkjs-ui.min.js
!agileui.css
!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.

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

Large diffs are not rendered by default.

0 comments on commit 3d73567

Please sign in to comment.