-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename teamdigitale/italia-* repos to teamdigitale/io-* #67
base: master
Are you sure you want to change the base?
Conversation
Example of PR titles that include pivotal stories:
Generated by 🚫 dangerJS |
how is publishing to npm affected? (i.e. need also to change all references in package.json from the app, functions, utils, pagopa, etc... |
@cloudify I created PRs for all repositories. Now I think we just need to re-publish stuff on npmjs. I can't find how this particular repo is published, maybe it's done manually instead of CircleCI? |
package.json
Outdated
@@ -2,7 +2,7 @@ | |||
"name": "italia-utils", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the package name, referenced from the app, backend and pagopa proxy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, right. I'll go through these package names as well
@@ -22,7 +22,7 @@ | |||
}, | |||
"dependencies": { | |||
"fs-extra": "^6.0.0", | |||
"italia-ts-commons": "^2.14.0", | |||
"io-ts-commons": "^2.14.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note that the name of packages in npm is still italia-utils and italia-ts-commons so this cannot work
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gunzip I think we can close di PR (was create on feb 2019)
No description provided.