Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Sep 8, 2024
1 parent 10281a4 commit 9ebe06a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.60
0.0.61
7 changes: 3 additions & 4 deletions dist/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@



<p align="center">
<img src="https://raw.githubusercontent.com/stylescape/brand/master/src/logo/logo-transparant.png" width="20%" height="20%" alt="Stylescape Logo">
</p>
Expand All @@ -11,10 +8,12 @@

<div align="center">

[![GitHub License](https://img.shields.io/github/license/stylescape/pack.gl?style=flat-square&logo=readthedocs&logoColor=FFFFFF&label=&labelColor=%23354351&color=%23354351&link=LICENSE)](https://github.com/stylescape/pack.gl/blob/main/LICENSE)
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fwww.pack.gl&up_message=Up&up_color=354351&down_message=Down&down_color=354351&style=flat-square&logo=Firefox&logoColor=FFFFFF&label=Website&labelColor=354351&color=354351)
](https://www.pack.gl)
[![NPM Version](https://img.shields.io/npm/v/pack.gl?style=flat-square&logo=npm&logoColor=FFFFFF&label=NPM&labelColor=354351&color=354351&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Fpack.gl)](https://www.npmjs.com/package/pack.gl)
[![devContainer](https://img.shields.io/badge/devContainer-23354351?style=flat-square&logo=Docker&logoColor=%23FFFFFF&labelColor=%23354351&color=%23354351)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/stylescape/pack.gl)
[![StackBlitz](https://img.shields.io/badge/StackBlitz-23354351?style=flat-square&logo=StackBlitz&logoColor=%23FFFFFF&labelColor=%23354351&color=%23354351)](https://stackblitz.com/github/stylescape/pack.gl/tree/main?file=src%2Findex.html)
[![GitHub License](https://img.shields.io/github/license/stylescape/pack.gl?style=flat-square&logo=readthedocs&logoColor=FFFFFF&label=&labelColor=%23354351&color=%23354351&link=LICENSE)](https://github.com/stylescape/pack.gl/blob/main/LICENSE)

</div>

Expand Down
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pack.gl",
"version": "0.0.60",
"version": "0.0.61",
"description": "Package Builder.",
"keywords": [
"pack.gl",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pack.gl",
"description": "Package Builder.",
"version": "0.0.60",
"version": "0.0.61",
"config": {
"version_short": "0.0"
},
Expand Down Expand Up @@ -81,7 +81,7 @@
"devDependencies": {
"@types/eslint": "^9.6.0",
"@types/semver": "^7.5.6",
"pack.gl": "^0.0.56",
"pack.gl": "^0.0.23",
"ts-node": "^10.9.1",
"typescript": "^5.5.4",
"tslib": "^2.7.0"
Expand Down

0 comments on commit 9ebe06a

Please sign in to comment.