-
Notifications
You must be signed in to change notification settings - Fork 19
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
Update to @dojo/framework and bump to 3.0 #55
Conversation
Codecov Report
@@ Coverage Diff @@
## master #55 +/- ##
==========================================
+ Coverage 96.55% 98.86% +2.31%
==========================================
Files 19 19
Lines 551 616 +65
Branches 134 162 +28
==========================================
+ Hits 532 609 +77
Misses 7 7
+ Partials 12 0 -12
Continue to review full report at Codecov.
|
package.json
Outdated
"prettier": "prettier --write 'src/**/*.ts' 'tests/**/*.ts'", | ||
"test": "grunt test" | ||
}, | ||
"peerDependencies": { | ||
"@dojo/framework": "file:./tarballs/dojo-framework-3.0.0-pre.tgz" |
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.
Why peer dep still?
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.
It's only a peer dependency for the time being so this can be made into a tarball and installed itself.
a3dc5e0
to
46470c0
Compare
d069e55
to
5a127fc
Compare
Type: feature
The following has been addressed in the PR:
prettier
as per the readme code style guidelinesDescription:
Resolves #54