Fix packaging issues

This commit is contained in:
Pieter Vander Vennet 2023-01-22 01:06:42 +01:00
parent e208811a4b
commit 31a224a9fd

View file

@ -3,7 +3,7 @@
"version": "1.1.0",
"description": "A library to interface with Mangrove.reviews",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -project ."
},