fix: Corrected module export file.

This commit is contained in:
David Ball 2024-08-05 20:08:23 -04:00
parent 7adf9bab81
commit ef750360b8
2 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "amazon-pa-api5-node-ts",
"version": "2.2.0",
"version": "2.2.1",
"lockfileVersion": 3,
"requires": true,
"packages": {

View File

@ -1,10 +1,10 @@
{
"name": "amazon-pa-api5-node-ts",
"version": "2.2.0",
"version": "2.2.1",
"description": "ProductAdvertisingAPI 5.0 NodeJS SDK rewritten in TypeScript.",
"license": "Apache-2.0",
"main": "dist/src/index",
"types": "dist/src/index",
"main": "dist/src/index.mjs",
"types": "dist/src/index.mjs",
"type": "module",
"scripts": {
"clean": "rimraf dist",