Skip to content

Commit

Permalink
v0.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Jan 4, 2024
1 parent 67c75bf commit b0a920b
Show file tree
Hide file tree
Showing 9 changed files with 354 additions and 24 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.26
0.0.27
299 changes: 299 additions & 0 deletions dist/css/unit.gl.css

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

2 changes: 2 additions & 0 deletions dist/css/unit.gl.min.css

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

39 changes: 33 additions & 6 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unit.gl",
"version": "0.0.26",
"version": "0.0.27",
"description": "Layout Engine.",
"keywords": [
"unit.gl",
Expand All @@ -18,16 +18,43 @@
],
"license": "Apache-2.0",
"homepage": "https://www.unit.gl/",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/scape-foundation"
}
],
"type": "module",
"main": "js/index",
"types": "js/index",
"files": [
"svg/**/*.svg",
"code-snippets/**/*.code-snippets",
"css/**/*.{css,map}",
"font/**/*.{eot,otf,ttf,woff,woff2}",
"inkscape/**/*.inkscape",
"jinja/**/*.jinja",
"js/**/*.d.ts",
"js/**/*.{js,map}",
"ts/**/*.ts",
"css/**/*.{css,map}",
"less/**/*.less",
"md/**/*.md",
"oco/**/*.oco",
"png/**/*.png",
"py/**/*.py",
"rcpx/**/*.rcpx",
"scss/**/*.scss",
"font/**/*.{eot,otf,ttf,woff,woff2}",
"sketchpalette/**/*.sketchpalette",
"styl/**/*.styl",
"svg/**/*.svg",
"tex/**/*.tex",
"ts/**/*.ts",
"!.DS_Store"
]
],
"author": "Lars van Vianen <lars@vianen.com> (https://vianen.com)",
"contributors": [
"Scape Agency <info@scape.agency>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/scape-agency/unit.gl.git"
}
}
Loading

0 comments on commit b0a920b

Please sign in to comment.