Skip to content

Commit 8366d30

Browse files
committed
wip
1 parent 0888ba7 commit 8366d30

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "@preprio/nodejs-sdk",
33
"version": "1.0.0",
44
"description": "Prepr Node.js SDK",
5-
"main": "index.js",
5+
"main": "lib/index.js",
66
"directories": {
7-
"lib": "lib/index.js"
7+
"lib": "lib"
88
},
99
"repository": {
1010
"type": "git",
@@ -22,5 +22,8 @@
2222
"murmurhash": "^2.0.0",
2323
"node-fetch": "^2.6.1",
2424
"prettier": "^2.2.1"
25+
},
26+
"scripts": {
27+
"test": "echo \"Error: no test specified\" && exit 1"
2528
}
2629
}

0 commit comments

Comments
 (0)