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

house-keeping & small improvements #144

Merged
merged 14 commits into from
Feb 27, 2018
Merged

house-keeping & small improvements #144

merged 14 commits into from
Feb 27, 2018

Conversation

axe312ger
Copy link
Collaborator

@axe312ger axe312ger commented Oct 17, 2017

  • upgrades dependencies
  • fixes several small issues I came across oktober last year
  • aligns structure of CDA and CMA SDK
  • Switches to codecov

@axe312ger axe312ger changed the base branch from master to next February 26, 2018 10:18
@axe312ger axe312ger changed the title [low-prio] small improvements house-keeping & small improvements Feb 26, 2018
BREAKING CHANGE: Will no more work with node v4
@codecov-io
Copy link

codecov-io commented Feb 26, 2018

Codecov Report

❗ No coverage uploaded for pull request base (next@be8205e). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             next     #144   +/-   ##
=======================================
  Coverage        ?   69.44%           
=======================================
  Files           ?       23           
  Lines           ?     4029           
  Branches        ?      621           
=======================================
  Hits            ?     2798           
  Misses          ?     1231           
  Partials        ?        0

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update be8205e...be178ff. Read the comment docs.

package.json Outdated
@@ -19,7 +19,7 @@
"clean": "rimraf dist",
"build": "npm run clean && npm run build:modules && npm run build:standalone",
"build:modules": "BABEL_ENV=modules babel lib -d dist/es-modules/",
"build:standalone": "webpack && NODE_ENV=production webpack",
"build:standalone": "NODE_ENV=development webpack && NODE_ENV=production webpack",
Copy link

Choose a reason for hiding this comment

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

build:standalone -> development
but build:standalone:log -> production

@axe312ger axe312ger merged commit ea36415 into next Feb 27, 2018
@axe312ger axe312ger deleted the refactor/some-stuff branch February 27, 2018 12:25
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.

4 participants