-
Notifications
You must be signed in to change notification settings - Fork 987
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
package.json cleanup devDependencies #368
Conversation
Codecov Report
@@ Coverage Diff @@
## master #368 +/- ##
=======================================
Coverage 63.99% 63.99%
=======================================
Files 14 14
Lines 1697 1697
Branches 286 286
=======================================
Hits 1086 1086
Misses 611 611 Continue to review full report at Codecov.
|
Updated descriptionDescription is updated as follows: What does this PR do?Removes devDependencies no longer needed from
What testing has been done on this change?
Moving forward
|
remove packages no longer needed: - coffee-script (old package name, was deprecated in favor of coffeescript) - uncrustify
Platforms affected
iOS
What does this PR do?
Removes devDependencies no longer needed from
package.json
:coffee-script
(package name was deprecated in favor ofcoffeescript
)uncrustify
includes plist@3 update proposed in #367What testing has been done on this change?
npm run unit-tests
passescordova create
with iOS platform added bycordova platform add https://github.com/brodybits/cordova-ios#dev-dep-cleanup
runs on iOS simulatornpm test
stages passing on Travis CI in this PRChecklist
Reported an issue in the JIRA databaseCommit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.Added automated test coverage as appropriate for this change.