We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a59eb0 commit d6739a0Copy full SHA for d6739a0
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@bigdatacloudapi/client",
3
- "version": "1.1.3",
+ "version": "1.1.4",
4
"description": "A NodeJS client for BigDataCloud API connectivity (https://www.bigdatacloud.com)",
5
"main": "index.js",
6
"repository": {
@@ -23,5 +23,8 @@
23
},
24
"engines": {
25
"node": ">=14.0.0"
26
+ },
27
+ "scripts": {
28
+ "test": "echo \"No test specified\""
29
}
30
0 commit comments