Skip to content

Commit 5f88926

Browse files
committed
2.3.12-0
1 parent fedefe0 commit 5f88926

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kontent-ai/data-ops",
3-
"version": "2.3.11",
3+
"version": "2.3.12-0",
44
"description": "",
55
"type": "module",
66
"scripts": {
@@ -18,7 +18,9 @@
1818
"test:unit:watch": "vitest run --config=vitest.config.unit.js --watch",
1919
"export:testEnvs": "node exportTestEnvironments.js"
2020
},
21-
"files": ["./build/**/*"],
21+
"files": [
22+
"./build/**/*"
23+
],
2224
"main": "./build/src/public.js",
2325
"types": "./build/src/public.d.ts",
2426
"bin": {

0 commit comments

Comments
 (0)