Skip to content

Commit

Permalink
fix: remove standard from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
finnp committed Jul 30, 2016
1 parent d8fec04 commit f39674c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@
},
"author": "Finn Pauls",
"license": "ISC",
"dependencies": {
"standard": "7.1.2"
},
"dependencies": {},
"devDependencies": {
"coveralls": "2.11.12",
"nyc": "7.1.0",
"tape": "4.6.0",
"semantic-release": "^4.3.5"
"semantic-release": "^4.3.5",
"standard": "7.1.2",
"tape": "4.6.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f39674c

Please sign in to comment.