Skip to content

Commit

Permalink
Remove unused devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jan 27, 2022
1 parent 4804aba commit 495ba39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
*.bak
*.log
/.nyc_output/
/coverage/
/node_modules/
/test-fixtures/
Expand Down
15 changes: 2 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"node": ">= 8.10.0"
},
"main": "index.js",
"types": "./types/index.d.ts",
"dependencies": {
"anymatch": "~3.1.2",
"braces": "~3.0.2",
Expand All @@ -30,11 +31,10 @@
"dtslint": "^3.3.0",
"eslint": "^7.0.0",
"mocha": "^7.0.0",
"nyc": "^15.0.0",
"rimraf": "^3.0.0",
"sinon": "^9.0.1",
"sinon-chai": "^3.3.0",
"typescript": "~4.4.3",
"typescript": "^4.4.3",
"upath": "^1.2.0"
},
"files": [
Expand Down Expand Up @@ -65,17 +65,6 @@
"file",
"fsevents"
],
"types": "./types/index.d.ts",
"nyc": {
"include": [
"index.js",
"lib/*.js"
],
"reporter": [
"html",
"text"
]
},
"funding": [
{
"type": "individual",
Expand Down

0 comments on commit 495ba39

Please sign in to comment.