Skip to content

Commit 44806eb

Browse files
committed
fix: fixed published file refs
1 parent 1bf8acf commit 44806eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Expansive Pokemon GraphQL API",
55
"author": "@favware",
66
"license": "MIT",
7-
"types": "build/graphql-pokemon.d.ts",
8-
"main": "build/graphql-pokemon.js",
7+
"types": "dist/graphql-pokemon.d.ts",
8+
"main": "dist/graphql-pokemon.js",
99
"homepage": "https://favware.tech/api",
1010
"scripts": {
1111
"lint": "eslint src scripts __tests__ --ext ts --fix",

0 commit comments

Comments
 (0)