Skip to content

Commit

Permalink
removed accidentally added dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlindHawk committed Oct 26, 2022
1 parent 48c7dbf commit e32f9bd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "@theblindhawk/roulette",
"version": "1.3.0",
"version": "1.3.1",
"description": "a simple and easily customizable roulette wheel",
"main": "index.js",
"dependencies": {
"d3": "^7.6.1",
"sound-play": "^1.1.0"
"d3": "^7.6.1"
},
"scripts": {
"test": "echo \"Log: no test specified\" && exit 0"
Expand Down

0 comments on commit e32f9bd

Please sign in to comment.