Skip to content

Commit

Permalink
Removing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrelmlins committed Feb 5, 2020
1 parent 0fbb1f0 commit 3c4b9ac
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "see-dependency",
"version": "0.2.1",
"version": "0.2.2",
"description": "See all the details of an npm dependency",
"main": "index.js",
"module": "index.js",
Expand All @@ -23,9 +23,5 @@
"see",
"dependency",
"npm"
],
"dependencies": {
"child_process": "^1.0.2",
"os": "^0.1.1"
}
]
}

0 comments on commit 3c4b9ac

Please sign in to comment.