Skip to content

Commit

Permalink
v0.0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Jan 4, 2024
1 parent 7153458 commit 8b7b9ff
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.31
0.0.32
8 changes: 4 additions & 4 deletions dist/js/config/package.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ const packageConfig = {
}
],
// type: "module",
// main: "js/index",
main: "js/index.js",
// types: "js/index",
types: "js/index.d.ts",
main: "js/index",
// main: "js/index.js",
types: "js/index",
// types: "js/index.d.ts",
// "module": "dist/js/unit.gl.js",
// "style": "dist/css/unit.gl.css",
// "sass": "src/scss/index.scss",
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.31",
"version": "0.0.32",
"description": "Package Builder.",
"keywords": [
"pack.gl",
Expand Down
8 changes: 4 additions & 4 deletions dist/ts/config/package.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ const packageConfig = {
}
],
// type: "module",
// main: "js/index",
main: "js/index.js",
// types: "js/index",
types: "js/index.d.ts",
main: "js/index",
// main: "js/index.js",
types: "js/index",
// types: "js/index.d.ts",
// "module": "dist/js/unit.gl.js",
// "style": "dist/css/unit.gl.css",
// "sass": "src/scss/index.scss",
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.31",
"version": "0.0.32",
"config": {
"version_short": "0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions src/ts/config/package.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ const packageConfig = {
}
],
// type: "module",
// main: "js/index",
main: "js/index.js",
// types: "js/index",
types: "js/index.d.ts",
main: "js/index",
// main: "js/index.js",
types: "js/index",
// types: "js/index.d.ts",
// "module": "dist/js/unit.gl.js",
// "style": "dist/css/unit.gl.css",
// "sass": "src/scss/index.scss",
Expand Down

0 comments on commit 8b7b9ff

Please sign in to comment.