Skip to content

Commit

Permalink
fix: add src to npm for nextjs
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmd committed Jan 8, 2022
1 parent d1d3682 commit bdaa897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "dist/index.d.ts",
"files": [
"dist",
"!src",
"src",
"!**/__tests__",
"!tsconfig.json"
],
Expand All @@ -27,4 +27,4 @@
"reactjs-view-asset": "^0.7.3",
"reactjs-view-core": "^0.7.5"
}
}
}

0 comments on commit bdaa897

Please sign in to comment.