diff --git a/.npmignore b/.npmignore index b3fcb08..922f486 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +1,4 @@ node_modules/ -/renovate.json \ No newline at end of file +test/ + +/renovate.json diff --git a/lib/ocs.ts b/lib/ocs.d.ts similarity index 100% rename from lib/ocs.ts rename to lib/ocs.d.ts diff --git a/package.json b/package.json index 3bbbe4f..87d7fc3 100644 --- a/package.json +++ b/package.json @@ -3,13 +3,13 @@ "version": "1.9.0", "description": "Nextcloud TypeScript typings", "main": "dist/index.js", - "typings": "dist/index.d.ts", + "typings": "lib/index.d.ts", "exports": { ".": { - "types": "./dist/index.d.ts" + "types": "./lib/index.d.ts" }, "./ocs": { - "types": "./dist/ocs.d.ts" + "types": "./lib/ocs.d.ts" } }, "scripts": {