Skip to content

Commit

Permalink
Drop unused dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cblanc committed Dec 13, 2023
1 parent 0b3bf1e commit 350c27b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
![CI](https://github.com/ideal-postcodes/uk-clear-addressing/workflows/CI/badge.svg)
![Release](https://github.com/ideal-postcodes/uk-clear-addressing/workflows/Release/badge.svg)
[![Dependency Status](https://david-dm.org/ideal-postcodes/uk-clear-addressing.png)](https://david-dm.org/ideal-postcodes/uk-clear-addressing)
[![Coverage Status](https://coveralls.io/repos/github/ideal-postcodes/uk-clear-addressing/badge.svg?branch=master)](https://coveralls.io/github/ideal-postcodes/uk-clear-addressing?branch=master)
[![Try uk-clear-addressing on RunKit](https://badge.runkitcdn.com/uk-clear-addressing.svg)](https://npm.runkit.com/uk-clear-addressing)

Parses Postcode Address File records into correctly formatted address recognised by Royal Mail according to its Clear Addressing Guidelines.
Expand Down
34 changes: 1 addition & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@
"scripts": {
"prepublish": "npm run build",
"semantic-release": "semantic-release --no-ci",
"test": "npm run nyc",
"nyc": "nyc mocha",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"lint": "tslint --project tsconfig.json -c tslint.json",
"benchmark": "ts-node benchmark.ts",
"test": "mocha",
"docs": "typedoc",
"build": "tsc && tsc -p tsconfig.esm.json"
},
Expand All @@ -48,28 +44,6 @@
"source-map-support/register"
]
},
"nyc": {
"include": [
"src/**/*.ts"
],
"exclude": [
"dist/*",
"esm/*"
],
"extension": [
".ts"
],
"require": [
"ts-node/register"
],
"reporter": [
"text-summary",
"html"
],
"sourceMap": true,
"instrument": true,
"all": true
},
"license": "MIT",
"files": [
"dist",
Expand All @@ -87,22 +61,16 @@
"devDependencies": {
"@cablanchard/semantic-release": "~1.3.4",
"@cablanchard/tsconfig": "2.0.0",
"@cablanchard/tslint": "0.0.1",
"@ideal-postcodes/doc-assets": "~1.0.6",
"@types/benchmark": "~2.1.0",
"@types/chai": "~4.3.0",
"@types/mocha": "~9.1.0",
"@types/node": "~18.14.6",
"benchmark": "~2.1.4",
"chai": "~4.3.0",
"codecov": "~3.8.0",
"mocha": "~9.2.1",
"nyc": "~15.1.0",
"prettier": "~2.6.1",
"semantic-release": "~19.0.3",
"source-map-support": "~0.5.6",
"ts-node": "~10.7.0",
"tslint": "~6.1.0",
"typedoc": "~0.22.4",
"typescript": "~4.6.3"
},
Expand Down

0 comments on commit 350c27b

Please sign in to comment.