Skip to content

Commit

Permalink
removing unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
iotshaman committed Jul 5, 2020
1 parent 0b9416a commit 9b59fae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-repo",
"version": "1.1.2",
"version": "1.1.3",
"description": "Read and write data to JSON files using the repository pattern. ",
"scripts": {
"test": "nyc mocha",
Expand Down Expand Up @@ -30,6 +30,7 @@
"@types/node": "^14.0.14",
"@types/sinon": "9.0.4",
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"mocha": "^8.0.1",
"nyc": "^15.1.0",
"sinon": "^9.0.2",
Expand All @@ -53,8 +54,5 @@
"lcov"
],
"all": true
},
"dependencies": {
"coveralls": "^3.1.0"
}
}

0 comments on commit 9b59fae

Please sign in to comment.