Skip to content

Commit

Permalink
Correction numéro version
Browse files Browse the repository at this point in the history
  • Loading branch information
gideruette committed Nov 20, 2023
1 parent 8651850 commit 586261c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@
"public-api.d.ts"
],
"license": "LICENSE",
"repository": "https://github.com/klee-contrib/ngx-focus-entities",
"repository": {
"type": "git",
"url": "git+https://github.com/klee-contrib/ngx-focus-entities.git"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test --no-watch --no-progress --browsers ChromeHeadless --code-coverage",
"lint": "ng lint"
"test": "ng test --no-watch --no-progress --browsers ChromeHeadless --code-coverage"
},
"private": false,
"dependencies": {
Expand All @@ -42,4 +44,4 @@
"ng-packagr": "^17.0.1",
"typescript": "~5.2.2"
}
}
}
2 changes: 1 addition & 1 deletion projects/ngx-focus-entities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-focus-entities",
"version": "0.0.12",
"version": "17.0.0",
"repository": "https://github.com/klee-contrib/ngx-focus-entities",
"license": "LICENSE",
"author": {
Expand Down

0 comments on commit 586261c

Please sign in to comment.