Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Switch to [email protected] #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Switch to [email protected] #8

wants to merge 1 commit into from

Conversation

cansin
Copy link

@cansin cansin commented May 2, 2018

Addresses #7. As I stated there, feel free to close this PR if you do not want to switch to yarn. This is just a pre-emptive PR in case you'd like to.

@@ -1,4 +1,6 @@
.generated
.idea
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what your standards are, but I thought it'd be fine to add an IDE specific (IntelliJ in this instance) folder to .gitignore.

@@ -16,5 +16,9 @@
"scripts": {
"dev": "gulp dev",
"prestart": "gulp"
},
"engines": {
"node": ">=8.9.1",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was not an engine information for the node version, so I set it to the version that we use. I can replace it whatever version that this project normally assumes.

},
"engines": {
"node": ">=8.9.1",
"yarn": ">=1.3.2"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the yarn version I generated the lock file with. Though, the latest yarn version is 1.6.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant