-
-
Notifications
You must be signed in to change notification settings - Fork 241
Update package.json to v3.0.0 #749
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
Conversation
CHANGELOG.md
Outdated
@@ -1,4 +1,76 @@ | |||
# 3.0.0 (2017-xx-xx) | |||
- Compatible with Angular 4 and NativeScript 3.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.
required TypeScript version 2.2 as breaking change?
nativescript-angular/package.json
Outdated
}, | ||
"nativescript": {} | ||
"rxjs": "^5.0.1", | ||
"reflect-metadata": "^0.1.8", |
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.
dependency - "reflect-metadata": "~0.1.8"
or
devDependency - "reflect-metadata": "^0.1.8"
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.
No point to have them as a dev-deps. I'll move them
"reflect-metadata": "~0.1.8", | ||
"punycode": "1.3.2", | ||
"querystring": "0.2.0", | ||
"url": "0.10.3" |
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.
Don't we need these anymore:
"punycode": "1.3.2",
"querystring": "0.2.0",
"url": "0.10.3"
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.
Yup
package.json
- dependencies and version updated.CC @vchimev