File tree Expand file tree Collapse file tree 3 files changed +1
-12
lines changed Expand file tree Collapse file tree 3 files changed +1
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33[ ![ npm package] ( https://badge.fury.io/js/strings-to-regex.svg )] ( https://badge.fury.io/js/strings-to-regex )
44![ node version] ( https://img.shields.io/node/v/strings-to-regex.svg )
55![ npm type definitions] ( https://img.shields.io/npm/types/strings-to-regex )
6- [ ![ Build Status] ( https://travis-ci.org/wimpyprogrammer/strings-to-regex.svg?branch=main )] ( https://travis-ci.org/wimpyprogrammer/strings-to-regex )
76[ ![ codecov] ( https://codecov.io/gh/wimpyprogrammer/strings-to-regex/branch/main/graph/badge.svg )] ( https://codecov.io/gh/wimpyprogrammer/strings-to-regex )
87[ ![ Known Vulnerabilities] ( https://snyk.io/test/github/wimpyprogrammer/strings-to-regex/badge.svg )] ( https://snyk.io/test/github/wimpyprogrammer/strings-to-regex )
98
Original file line number Diff line number Diff line change 2929 "prepublish" : " npx publish-please guard" ,
3030 "publish-please" : " npx publish-please" ,
3131 "publish-please-prereqs" : " npm run lint && npm run test && npm run build" ,
32- "test" : " jest --coverage" ,
33- "travisci" : " npm run lint && npm run test && codecov && npx snyk test"
32+ "test" : " jest --coverage"
3433 },
3534 "jest" : {
3635 "collectCoverageFrom" : [
You can’t perform that action at this time.
0 commit comments