Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

Commit 40c3e39

Browse files
authored
Merge pull request #2 from MetacityTools/dev
Updated types path in `package.json`
2 parents f845c80 + f97add5 commit 40c3e39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
npm run build
4747
- name: Create Release ZIP file
4848
run: |
49-
zip metacitygl.zip dist/*
49+
zip -r metacitygl.zip dist
5050
- uses: rickstaa/action-create-tag@v1
5151
with:
5252
tag: ${{ env.CURRENT_VERSION }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metacitygl",
3-
"version": "0.0.2",
3+
"version": "0.0.4",
44
"type": "module",
55
"repository": {
66
"type": "git",
@@ -12,7 +12,7 @@
1212
],
1313
"main": "./dist/metacitygl.umd.js",
1414
"module": "./dist/metacitygl.js",
15-
"types": "./dist/metacitygl/main.d.ts",
15+
"types": "./dist/metacitygl/metacitygl.d.ts",
1616
"exports": {
1717
".": {
1818
"import": "./dist/metacitygl.js",

0 commit comments

Comments
 (0)