diff --git a/package.json b/package.json index 50444ce..8881362 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,6 @@ "name": "@tipccjs/tipcc-api-types", "version": "1.0.7", "description": "tip.cc API typings that are kept up to date for use in API related applications.", - "main": "lib/v0.js", - "types": "lib/v0.d.ts", "scripts": { "lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix", "prettify": "prettier --write .",