Skip to content

Commit de001ed

Browse files
committed
Setting current dependencies and complied JS
1 parent 9395bc7 commit de001ed

File tree

5 files changed

+40
-290
lines changed

5 files changed

+40
-290
lines changed

composer.json

Lines changed: 32 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,45 @@
1818
"homepage": "https://github.com/atk4/ui",
1919
"license": "MIT",
2020
"authors": [
21-
{"name": "Romans Malinovskis", "email": "[email protected]", "homepage": "https://nearly.guru/" },
22-
{"name": "Alain Belair", "homepage": "https://agiletoolkit.org/"},
23-
{"name": "Imants Horsts", "homepage": "https://darkside.lv/"},
24-
{"name": "Francesco Danti", "homepage": "https://oracoltech.com/"},
25-
{"name": "Michael Voříšek", "homepage": "https://mvorisek.cz/"},
26-
{"name": "Philipp Grashoff"},
27-
{"name": "Alex Cicovic", "homepage": "https://alexcicovic.com/"},
28-
{"name": "Georgi Hristov", "homepage": "https://xsystems.io/"}
21+
{
22+
"name": "Romans Malinovskis",
23+
"email": "[email protected]",
24+
"homepage": "https://nearly.guru/"
25+
},
26+
{
27+
"name": "Alain Belair",
28+
"homepage": "https://agiletoolkit.org/"
29+
},
30+
{
31+
"name": "Imants Horsts",
32+
"homepage": "https://darkside.lv/"
33+
},
34+
{
35+
"name": "Francesco Danti",
36+
"homepage": "https://oracoltech.com/"
37+
},
38+
{
39+
"name": "Michael Voříšek",
40+
"homepage": "https://mvorisek.cz/"
41+
},
42+
{
43+
"name": "Philipp Grashoff"
44+
},
45+
{
46+
"name": "Alex Cicovic",
47+
"homepage": "https://alexcicovic.com/"
48+
},
49+
{
50+
"name": "Georgi Hristov",
51+
"homepage": "https://xsystems.io/"
52+
}
2953
],
30-
"version": "dev-develop",
3154
"minimum-stability": "dev",
3255
"prefer-stable": true,
3356
"config": {
3457
"sort-packages": true
3558
},
3659
"require": {
37-
"php": ">=7.3.0",
38-
"ext-json": "*",
39-
"atk4/core": "dev-develop",
40-
"atk4/data": "dev-develop"
41-
},
42-
"require-release": {
4360
"php": ">=7.3.0",
4461
"ext-json": "*",
4562
"atk4/core": "^2.2.0",

public/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
!logo.png
33
!agileui.less
44
!.gitignore
5+
!agileui.css
6+
!agileui.css.map
7+
!atkjs-ui.js
8+
!atkjs-ui.min.js

public/agileui.css

Lines changed: 1 addition & 275 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/agileui.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/atkjs-ui.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)