Skip to content

Commit

Permalink
chore: amend version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma11hewThomas committed Dec 24, 2023
1 parent 8e7ab09 commit de4547a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "mocha-ctrf-json-reporter",
"version": "1.0.0",
"version": "0.0.1",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "jest",
"test": "mocha",
"lint": "eslint . --ext .ts --fix",
"lint-check": "eslint . --ext .ts",
"format": "prettier --write .",
Expand All @@ -19,7 +19,6 @@
"license": "ISC",
"devDependencies": {
"@types/mocha": "^10.0.3",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
Expand All @@ -31,8 +30,6 @@
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^3.1.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"mocha": "^10.2.0",
"typescript": "^5.2.2"
}
Expand Down

0 comments on commit de4547a

Please sign in to comment.