Skip to content

Commit

Permalink
Merge pull request #1035 from pinojs/revert-913-feat/add-types
Browse files Browse the repository at this point in the history
Revert "Add TS types"
  • Loading branch information
davidmarkclements authored May 31, 2021
2 parents dfca887 + fe572ab commit bd9fa13
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 1,201 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

18 changes: 4 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@
"version": "6.11.3",
"description": "super fast, all natural json logger",
"main": "pino.js",
"type": "commonjs",
"types": "pino.d.ts",
"browser": "./browser.js",
"files": [
"pino.js",
"pino.d.ts",
"bin.js",
"browser.js",
"pretty.js",
Expand All @@ -22,9 +19,8 @@
"docs": "docsify serve",
"browser-test": "airtap --local 8080 test/browser*test.js",
"lint": "eslint .",
"test": "npm run lint && tap --100 test/*test.js test/*/*test.js && npm run test:types",
"test": "npm run lint && tap --100 test/*test.js test/*/*test.js",
"test-ci": "npm run lint && tap test/*test.js test/*/*test.js --coverage-report=lcovonly",
"test-types": "tsc && tsd",
"cov-ui": "tap --coverage-report=html test/*test.js test/*/*test.js",
"bench": "node benchmarks/utils/runbench all",
"bench-basic": "node benchmarks/utils/runbench basic",
Expand Down Expand Up @@ -64,7 +60,6 @@
},
"homepage": "http://getpino.io",
"devDependencies": {
"@types/node": "^15.3.0",
"airtap": "4.0.3",
"benchmark": "^2.1.4",
"bole": "^4.0.0",
Expand All @@ -81,7 +76,7 @@
"import-fresh": "^3.2.1",
"log": "^6.0.0",
"loglevel": "^1.6.7",
"pino-pretty": "^5.0.0",
"pino-pretty": "^4.1.0",
"pre-commit": "^1.2.2",
"proxyquire": "^2.1.3",
"pump": "^3.0.0",
Expand All @@ -92,18 +87,13 @@
"tap": "^15.0.1",
"tape": "^5.0.0",
"through2": "^4.0.0",
"tsd": "^0.15.1",
"typescript": "^4.2.4",
"winston": "^3.3.3"
},
"dependencies": {
"fast-redact": "^3.0.0",
"fast-safe-stringify": "^2.0.7",
"pino-std-serializers": "^4.0.0",
"pino-std-serializers": "^3.1.0",
"quick-format-unescaped": "^4.0.3",
"sonic-boom": "^2.0.1"
},
"tsd": {
"directory": "test/types"
"sonic-boom": "^1.0.2"
}
}
Loading

0 comments on commit bd9fa13

Please sign in to comment.