UNPKG

replace-last

Version:

JavaScript replaceLast function - Replaces last match for pattern in string with replacement

18 lines (14 loc) 282 B
environment: matrix: - nodejs_version: '8' - nodejs_version: '6' - nodejs_version: '4' - nodejs_version: '4.0.0' install: - ps: Install-Product node $env:nodejs_version - npm install test_script: - node --version - npm --version - npm test build: off