Skip to content

Commit

Permalink
Make papaparse a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alberthaff committed Oct 18, 2022
1 parent 8e3f675 commit b0e8c70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 4 additions & 1 deletion ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"lib": {
"entryFile": "src/public_api.ts"
},
"deleteDestPath": true
"deleteDestPath": true,
"allowedNonPeerDependencies": [
"papaparse"
]
}
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@
"e2e": "ng e2e"
},
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"tslib": "^2.0.0",
"papaparse": "^5.3.2"
},
"devDependencies": {
Expand Down

0 comments on commit b0e8c70

Please sign in to comment.