Skip to content

Commit

Permalink
fix: install ramda
Browse files Browse the repository at this point in the history
  • Loading branch information
Hristijan Dimitrieski authored and Hristijan Dimitrieski committed Aug 22, 2019
1 parent c01552f commit d092640
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
5 changes: 4 additions & 1 deletion projects/data-grid/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"dest": "../../dist/ngrx-data-grid",
"lib": {
"entryFile": "src/public-api.ts"
}
},
"whitelistedNonPeerDependencies": [
"ramda"
]
}
13 changes: 13 additions & 0 deletions projects/data-grid/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions projects/data-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"@angular/core": "~8.1.1",
"@ngrx/store": "^8.1.0",
"@ng-bootstrap/ng-bootstrap": "^5.0.0"
},
"dependencies": {
"ramda": "^0.26.1"
}
}

0 comments on commit d092640

Please sign in to comment.