Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Jan 2, 2024
1 parent b34120e commit aa7ab33
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.3
0.0.6
3 changes: 2 additions & 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.5",
"version": "0.0.6",
"description": "Package Builder.",
"keywords": [
"pack.gl",
Expand All @@ -15,6 +15,7 @@
"types": "js/index",
"files": [
"svg/**/*.svg",
"js/**/*.d.ts",
"js/**/*.{js,map}",
"ts/**/*.ts",
"css/**/*.{css,map}",
Expand Down
2 changes: 1 addition & 1 deletion 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.5",
"version": "0.0.6",
"config": {
"version_short": "0.0"
},
Expand Down
1 change: 1 addition & 0 deletions script/js/config/package.config.js

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

2 changes: 1 addition & 1 deletion script/js/config/package.config.js.map

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

1 change: 1 addition & 0 deletions script/ts/config/package.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const packageConfig = {
// main: 'index.js',
files: [
"svg/**/*.svg",
"js/**/*.d.ts",
"js/**/*.{js,map}",
"ts/**/*.ts",
"css/**/*.{css,map}",
Expand Down

0 comments on commit aa7ab33

Please sign in to comment.