Skip to content

Commit d6739a0

Browse files
fix:minor
1 parent 3a59eb0 commit d6739a0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bigdatacloudapi/client",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "A NodeJS client for BigDataCloud API connectivity (https://www.bigdatacloud.com)",
55
"main": "index.js",
66
"repository": {
@@ -23,5 +23,8 @@
2323
},
2424
"engines": {
2525
"node": ">=14.0.0"
26+
},
27+
"scripts": {
28+
"test": "echo \"No test specified\""
2629
}
2730
}

0 commit comments

Comments
 (0)