Skip to content

Commit 697f7f0

Browse files
chore(release): new version
1 parent e09b3f8 commit 697f7f0

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

packages/askar-nodejs/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@
1515
"publishConfig": {
1616
"access": "public"
1717
},
18-
"files": [
19-
"build",
20-
"scripts"
21-
],
18+
"files": ["build", "scripts"],
2219
"scripts": {
2320
"types:check": "pnpm compile --noEmit",
2421
"build": "pnpm clean && pnpm compile",

packages/askar-shared/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616
"publishConfig": {
1717
"access": "public"
1818
},
19-
"files": [
20-
"build",
21-
"installBinary.js"
22-
],
19+
"files": ["build", "installBinary.js"],
2320
"scripts": {
2421
"types:check": "pnpm compile --noEmit",
2522
"build": "pnpm clean && pnpm compile",

0 commit comments

Comments
 (0)