Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
fix: add files property to package.json
Browse files Browse the repository at this point in the history
we're having problems with packaging the library. with this commit we're assigning dist as the files
to package in our package.json file
  • Loading branch information
glenngijsberts committed Mar 30, 2021
1 parent 86538a4 commit 436d389
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Icon library for the TicketSwap product",
"main": "dist/comets.js",
"module": "dist/comets.es.js",
"files": [
"dist"
],
"scripts": {
"test": "jest",
"commit": "git-cz",
Expand Down

0 comments on commit 436d389

Please sign in to comment.