chore: remove changelog

From now on, the release section on GitHub will be the only changelog
This commit is contained in:
Federico Grandi
2022-10-11 19:07:19 +02:00
parent 385d2d6d3a
commit 3a7c05ee83
5 changed files with 1 additions and 713 deletions

View File

@@ -9,7 +9,6 @@
"watch": "ncc build src/main.ts --watch --out lib",
"lint": "eslint --ext .ts src",
"lint:fix": "eslint --ext .ts --fix src",
"changelog": "ts-node scripts/changelog.ts && npm i",
"prepare": "husky install",
"test": "echo \"Error: no test specified\" && exit 1"
},
@@ -49,7 +48,6 @@
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"yamljs": "^0.3.0"
}