Skip to content

Commit

Permalink
add publishConfig.repository to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mradosev committed Jan 31, 2024
1 parent e03eb0e commit 73b0c65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"publish": "run-s publish:lib deploy-docs",
"prepublishOnly": "echo \"This is the workspace -- you probably meant run 'npm run publish'.\" && exit 1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.1.1",
Expand Down
6 changes: 3 additions & 3 deletions projects/swimlane/ngx-datatable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "7.0.0",
"description": "ngx-datatable is an Angular table grid component for presenting large and complex data.",
"peerDependencies": {
"@angular/common": ">=11.0.2",
"@angular/core": ">=11.0.2",
"@angular/platform-browser": ">=11.0.2",
"@angular/common": ">=17.0.2",
"@angular/core": ">=17.0.2",
"@angular/platform-browser": ">=17.0.2",
"rxjs": "^6.6.3 || ^7.4.0"
},
"dependencies": {
Expand Down

0 comments on commit 73b0c65

Please sign in to comment.