diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json index ec9edec..2c5f688 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "jmap-client-ts", "version": "1.0.0", "description": "Jmap Library in Typescript", - "main": "jmap-client-ts.js", + "main": "lib/index.js", "scripts": { "build": "tsc", "lint": "eslint 'src/**/*.ts' 'tests/**/*.ts'",