Skip to content

Commit 6ccbf2a

Browse files
authored
chore: clean ci (#213)
1 parent 14b64ff commit 6ccbf2a

File tree

4 files changed

+4
-54
lines changed

4 files changed

+4
-54
lines changed

.travis.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# fast-json-stringify
22

3-
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/) ![Ci Workflow](https://github.com/fastify/fastify-bearer-auth/workflows/CI%20workflow/badge.svg) [![NPM downloads](https://img.shields.io/npm/dm/fast-json-stringify.svg?style=flat)](https://www.npmjs.com/package/fast-json-stringify)
3+
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/)
4+
![Ci Workflow](https://github.com/fastify/fastify-bearer-auth/workflows/CI%20workflow/badge.svg)
5+
[![NPM downloads](https://img.shields.io/npm/dm/fast-json-stringify.svg?style=flat)](https://www.npmjs.com/package/fast-json-stringify)
46

57

68
__fast-json-stringify__ is significantly faster than `JSON.stringify()` for small payloads. Its performance advantage shrinks as your payload grows. It pairs well with [__flatstr__](https://www.npmjs.com/package/flatstr), which triggers a V8 optimization that improves performance when eventually converting the string to a `Buffer`.

azure-pipelines.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
"test:lint": "standard",
1010
"test:typescript": "tsc --project ./test/types/tsconfig.json",
1111
"test:unit": "tap -J test/*.test.js test/**/*.test.js",
12-
"test": "npm run test:lint && npm run test:unit && npm run test:typescript",
13-
"test:report": "npm run test:unit | tee out.tap",
14-
"test:reporter": "tap-mocha-reporter xunit < out.tap > test/junit-testresults.xml"
12+
"test": "npm run test:lint && npm run test:unit && npm run test:typescript"
1513
},
1614
"precommit": "test",
1715
"repository": {
@@ -42,7 +40,6 @@
4240
"semver": "^7.1.0",
4341
"standard": "^14.0.0",
4442
"tap": "^12.6.5",
45-
"tap-mocha-reporter": "^3.0.9",
4643
"typescript": "^3.7.5",
4744
"uglify-es": "^3.3.9"
4845
},

0 commit comments

Comments
 (0)