Skip to content

Commit

Permalink
fix issue with publishing to npmjs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsebrech committed Jul 19, 2019
1 parent f5576c5 commit 7c61c86
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions projects/smart-table/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "@acpaas-ui-widgets/ngx-smart-table",
"version": "1.0.0",
"license": "MIT",
"homepage": "https://github.com/digipolisantwerp/smart-table_widget_angular#readme",
"peerDependencies": {
"@angular/common": "^6.0.0",
"@angular/core": "^6.0.0",
"@acpaas-ui/ngx-components": "^1.0.3"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 7c61c86

Please sign in to comment.