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 0da68b5 commit 941bb63
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.55
0.0.56
8 changes: 4 additions & 4 deletions dist/js/config/package.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,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.55",
"version": "0.0.56",
"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 @@ -20,10 +20,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
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.

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.55",
"version": "0.0.56",
"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 @@ -20,10 +20,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 941bb63

Please sign in to comment.