We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e27f7 commit 3f8da0fCopy full SHA for 3f8da0f
2 files changed
@flywave/flywave.gl/package.json
@@ -7,7 +7,7 @@
7
".": {
8
"import": "./dist/flywave.gl.module.js",
9
"require": "./dist/flywave.gl.cjs.js",
10
- "types": "./index.d.ts"
+ "types": "./dist/flywave.d.ts"
11
},
12
"./package.json": "./package.json",
13
"./decoder": {
@@ -18,7 +18,7 @@
18
"typesVersions": {
19
"*": {
20
"*": [
21
- "dist/index.d.ts"
+ "./dist/flywave.d.ts"
22
]
23
}
24
lerna.json
@@ -16,7 +16,7 @@
16
],
17
"registry": "https://registry.npmjs.org/",
"skipPrivate": true,
- "tagVersionPrefix": "v"
+ "message": "chore(release): publish %v"
"version": {
"exact": true,
@@ -28,8 +28,8 @@
28
"**/package-lock.json",
29
"**/yarn.lock",
30
"**/pnpm-lock.yaml"
31
- ],
32
+ ]
33
34
- }
35
-}
+ },
+ "npmClientArgs": ["--no-git-tag-version"]
+}
0 commit comments