Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Larsklopstra committed Feb 22, 2021
1 parent 0888ba7 commit 8366d30
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "@preprio/nodejs-sdk",
"version": "1.0.0",
"description": "Prepr Node.js SDK",
"main": "index.js",
"main": "lib/index.js",
"directories": {
"lib": "lib/index.js"
"lib": "lib"
},
"repository": {
"type": "git",
Expand All @@ -22,5 +22,8 @@
"murmurhash": "^2.0.0",
"node-fetch": "^2.6.1",
"prettier": "^2.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}

0 comments on commit 8366d30

Please sign in to comment.