Skip to content

Commit

Permalink
fix(package.json): change main entry point to 'dist/src/index.js'
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMinkov committed Feb 24, 2024
1 parent b259bd9 commit fe91ec5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "mina-graphql-sdk",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "index.js",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"type": "module",
"scripts": {
"build": "npx tsc",
Expand Down

0 comments on commit fe91ec5

Please sign in to comment.