Skip to content

Commit

Permalink
Update scripts, remove coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Feb 7, 2025
1 parent 95f9359 commit e279fc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@
"jora": "./bin/jora"
},
"type": "module",
"main": "./index",
"main": "./src/index.js",
"scripts": {
"test": "mocha --reporter progress",
"lint": "eslint *.js utils test",
"lint": "eslint src/*.js test/*.js",
"lint-and-test": "npm run lint && npm test",
"coverage": "c8 --reporter=lcovonly npm test"
"coverage": "c8 --reporter=lcovonly npm test",
"prepublishOnly": "npm run lint-and-test"
},
"dependencies": {
"@discoveryjs/json-ext": "^0.6.2",
Expand All @@ -38,7 +39,6 @@
},
"devDependencies": {
"c8": "^10.1.2",
"coveralls": "^3.1.1",
"eslint": "^8.57.1",
"mocha": "^10.7.3"
},
Expand Down

0 comments on commit e279fc5

Please sign in to comment.