Skip to content

Commit

Permalink
fix(project): updated peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jun 21, 2022
1 parent 3a1b6fe commit 18b44e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/ngx-long-press2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/anthonynahas/ngx-long-press2/issues"
},
"scripts": {
"build": "../../node_modules/.bin/ng build ngx-long-press2 --prod",
"build": "../../node_modules/.bin/ng build ngx-long-press2 --configuration=production",
"clean": "rm -rf ../../dist",
"lint": "../../node_modules/.bin/ng lint ngx-long-press2",
"resync:readme": "rsync -a ../../README.md ../../dist/ngx-long-press2/",
Expand All @@ -45,8 +45,8 @@
"test:watch": "../../node_modules/.bin/jest --coverage --watch"
},
"peerDependencies": {
"@angular/common": "^10.0.14",
"@angular/core": "^10.0.14"
"@angular/common": "^14.x",
"@angular/core": "^14.x"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down

0 comments on commit 18b44e2

Please sign in to comment.