kentcdodds / webpack-validator-DEPRECATED

Use this to save yourself some time when working on a webpack configuration.
MIT License
93 stars 8 forks source link

refactor(type-of): use friendlyTypeOf #60

Closed sarbbottam closed 8 years ago

sarbbottam commented 8 years ago

use friendlyTypeOf utility instead of typeOf

codecov-io commented 8 years ago

Current coverage is 100.00%

Merging #60 into master will not affect coverage as of ce9b2a2

@@            master     #60   diff @@
======================================
  Files           34      34       
  Stmts          264     265     +1
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit            264     265     +1
  Partial          0       0       
  Missed           0       0       

Review entire Coverage Diff as of ce9b2a2

Powered by Codecov. Updated on successful CI builds.

kentcdodds commented 8 years ago

Yeah, I don't think we need these changes. type of is correct for these uses.