Project 'web-et-numerique/llle_project/enedis-sge-konnector' was moved to 'web-et-numerique/factory/llle_project/enedis-sge-konnector'. Please update any links and bookmarks that may still have the old path.
Commits on Source (6)
-
Bastien DUMONT authored
-
Bastien DUMONT authored
fix(eslint): upgrade packages & no unused vars See merge request !41
-
Bastien DUMONT authored
-
Bastien DUMONT authored
fix(insee): city name included in some communes See merge request !40
-
Bastien DUMONT authored
-
Bastien DUMONT authored
Showing
- .eslintrc.js 10 additions, 0 deletions.eslintrc.js
- .gitignore 1 addition, 0 deletions.gitignore
- .prettierrc 2 additions, 1 deletion.prettierrc
- CHANGELOG.md 8 additions, 0 deletionsCHANGELOG.md
- __tests__/helpers/aggregate.spec.js 2 additions, 2 deletions__tests__/helpers/aggregate.spec.js
- __tests__/requests/insee.spec.js 14 additions, 0 deletions__tests__/requests/insee.spec.js
- manifest.konnector 1 addition, 1 deletionmanifest.konnector
- package.json 3 additions, 3 deletionspackage.json
- src/core/contractActivation.js 3 additions, 3 deletionssrc/core/contractActivation.js
- src/core/verifyUserIdentity.js 4 additions, 3 deletionssrc/core/verifyUserIdentity.js
- src/helpers/aggregate.js 3 additions, 5 deletionssrc/helpers/aggregate.js
- src/index.js 2 additions, 3 deletionssrc/index.js
- src/onDeleteAccount.js 2 additions, 0 deletionssrc/onDeleteAccount.js
- src/requests/insee.js 11 additions, 4 deletionssrc/requests/insee.js
- yarn.lock 758 additions, 521 deletionsyarn.lock
.eslintrc.js
0 → 100644
{ | ||
"name": "enedissgegrandlyon", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "", | ||
"repository": { | ||
"type": "https", | ||
... | ... | @@ -62,8 +62,8 @@ |
"devDependencies": { | ||
"cozy-jobs-cli": "2.0.0", | ||
"cozy-konnector-build": "1.4.5", | ||
"eslint-config-cozy-app": "1.3.3", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-config-cozy-app": "5.5.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"git-directory-deploy": "1.5.1", | ||
"jest-junit": "^14.0.0", | ||
"standard-version": "^9.5.0" | ||
... | ... |
This diff is collapsed.