UNPKG

replace-in-file

Version:

A simple utility to quickly replace text in one or more files.

15 lines (14 loc) 219 B
language: node_js node_js: - "0.10" - "0.12" - "4" - "5" - "iojs" branches: only: - master after_script: - "npm install -g coveralls" - "cat ./coverage/lcov.info | coveralls" - "rm -rf ./coverage"