Skip to content

Commit

Permalink
Merge pull request #7 from ClydeDz/dependencies
Browse files Browse the repository at this point in the history
Remove unused dependency.
  • Loading branch information
ClydeDz authored Dec 17, 2020
2 parents 87d1fd6 + 8b2f48d commit ec715a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 37 deletions.
36 changes: 1 addition & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "give-me-an-avatar",
"displayName": "Give Me an Avatar",
"version": "0.6.0",
"version": "0.7.0",
"description": "Gets a random avatar URL from a collection of different avatar generation services.",
"source": "./src/give-me-an-avatar.ts",
"main": "./dist/give-me-an-avatar.js",
Expand Down Expand Up @@ -71,7 +71,6 @@
"mocha-junit-reporter": "^1.22.0",
"nyc": "^15.1.0",
"ts-mocha": "^8.0.0",
"ts-node": "^9.1.1",
"typescript": "^4.1.2"
}
}

0 comments on commit ec715a2

Please sign in to comment.