change-case-object
Version:
Changes the case of all keys of an object
15 lines (12 loc) • 318 B
YAML
language: node_js
node_js:
- "5.0"
- "4.2"
- "4.1"
- "4.0"
- "0.12"
- "0.10"
script:
- npm test
after_success:
./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage