Skip to content

Commit

Permalink
Fix: tape package should only be in devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lammas committed Oct 4, 2016
1 parent 6ba4fbb commit 475b65e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@
"devDependencies": {
"pegjs": "^0.10.0",
"tap-spec": "^4.1.0",
"tape": "^4.2.2"
"tape": "^4.6.2"
},
"dependencies": {
"cssauron": "^1.4.0",
"tape": "^4.6.0",
"tree-traversal": "^1.1.1"
}
}

0 comments on commit 475b65e

Please sign in to comment.