-
Notifications
You must be signed in to change notification settings - Fork 3k
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
chore(package.json): bump up package dependencies #2042
Conversation
- alias grunt=./node_modules/grunt-cli/bin/grunt | ||
|
||
before_install: | ||
- npm install -g npm@3 && npm install grunt@0.4.1 grunt-cli grunt-contrib-connect grunt-run | ||
- npm install -g npm@latest && npm install -g yarn |
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.
YASSSSSSS
2f251d3
to
98fd2c7
Compare
This was starting to fail because we merged the PR to use rollup which depends on the ES6 build output and this PR removes the scripts to build it. I've added those scripts back, though fairly soon we probably want to think that whole thing through and make sure we're not accidentally leaking es6 into any of our npm packages. @kwonoj can you confirm that's OK for now? Wanna get this merged since it's primary around using yarn and bumping deps. |
@jayphelps , yes, updated looks 👍 |
LGTM |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description:
This PR cleans up
package.json
include below changes.es6
specific build script (es6_build_docs
remains) to avoid possible confusionstypings
definition, use@types
for devdependency type definitionsyarn
for travis buildRelated issue (if exists):