Skip to content

Commit

Permalink
fix(Packaging): Add type to package.
Browse files Browse the repository at this point in the history
Merge pull request #58 from unboundedsystems/types_field

Fixes #57
  • Loading branch information
Belphemur authored Nov 17, 2018
2 parents d9f24bc + 93b64fe commit aef8826
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.9.1",
"description": "Database using JSON file as storage for Node.JS",
"main": "dist/JsonDB.js",
"types": "dist/types/JsonDB.d.ts",
"scripts": {
"test": "jest --coverage",
"build": "babel src --out-dir dist --extensions \".ts,.tsx\" && tsc --emitDeclarationOnly",
Expand Down

0 comments on commit aef8826

Please sign in to comment.