Skip to content

Commit

Permalink
remove nyc and coverage from package.json, they are installed indepen…
Browse files Browse the repository at this point in the history
…dantly during ci phase
  • Loading branch information
erossignon committed Aug 15, 2023
1 parent 6367995 commit f51277e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 679 deletions.
2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -69,7 +69,6 @@
"app-module-path": "^2.2.0",
"benchmark": "^2.1.4",
"bignumber.js": "^9.1.1",
"coveralls": "^3.1.1",
"csv": "^6.3.1",
"enum": "3.0.4",
"ersatz-node-expat": "^0.1.6",
Expand All @@ -81,7 +80,6 @@
"litpro": "^2.1.0",
"mocha": "^10.2.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0",
"prettier": "^3.0.1",
"should": "^13.2.3",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-units/package.json
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"should": "^13.2.3",
"sinon": "^15.2.0",
"xlsx": "*"
"xlsx": "0.18.5"
},
"author": "Etienne Rossignon",
"license": "MIT",
Expand Down

0 comments on commit f51277e

Please sign in to comment.