UNPKG

dotize

Version:

Convert complex Js object to dot notation Js object

12 lines (11 loc) 279 B
language: node_js node_js: - "5.0.0" before_script: - npm install -g mocha script: mocha test/test.js after_success: - npm install istanbul -g - istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec - npm install -g codecov - codecov