We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf8acf commit 44806ebCopy full SHA for 44806eb
package.json
@@ -4,8 +4,8 @@
4
"description": "Expansive Pokemon GraphQL API",
5
"author": "@favware",
6
"license": "MIT",
7
- "types": "build/graphql-pokemon.d.ts",
8
- "main": "build/graphql-pokemon.js",
+ "types": "dist/graphql-pokemon.d.ts",
+ "main": "dist/graphql-pokemon.js",
9
"homepage": "https://favware.tech/api",
10
"scripts": {
11
"lint": "eslint src scripts __tests__ --ext ts --fix",
0 commit comments