Skip to content
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

Change Bower to NPM. #40

Closed
wants to merge 1 commit into from
Closed

Change Bower to NPM. #40

wants to merge 1 commit into from

Conversation

hamrak
Copy link
Contributor

@hamrak hamrak commented Jul 5, 2018

Q A
Is bugfix? yes
New feature? no
Breaks BC? no
Tests pass? yes
Fixed issues #35

@tomlutzenberger
Copy link
Contributor

@samdark What do you think? Will there be a switch to npm in the other repos?

@schmunk42
Copy link
Contributor

I think switching to npm makes sense for this package.

@@ -37,7 +37,8 @@
],
"require": {
"yiisoft/yii2": "~2.0|~2.1@dev|~3.0@dev",
"bower-asset/bootstrap": "~4.0"
"npm-asset/bootstrap": "~4.1",
"npm-asset/popper.js": "~1.14.3"
Copy link
Member

Choose a reason for hiding this comment

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

there is no dist directory in popper.js repo on non-stable versions:

https://github.com/FezVrasta/popper.js

We need to add the @stable tag here, to ensure we have assets we can publish.

Suggested change
"npm-asset/popper.js": "~1.14.3"
"npm-asset/popper.js": "~1.14.3@stable"

Copy link
Member

Choose a reason for hiding this comment

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

@machour
Copy link
Member

machour commented Jan 14, 2019

Hi @snickom,

We'd like to publish the first release of this package soon. Could you take care of fixing conflicts and applying the suggested change to composer.json ?

@machour machour mentioned this pull request Jan 15, 2019
4 tasks
@samdark samdark added this to the 1.0.0 milestone Jan 15, 2019
@hamrak
Copy link
Contributor Author

hamrak commented Jan 15, 2019

I make another pull request ( #85 ) with fixed composer.json, because I lost my old forked repository, sorry.

@hamrak hamrak closed this Jan 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants