Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darcyclarke committed Jun 12, 2019
1 parent 3f9614a commit f819c53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rawkit",
"version": "1.4.0",
"version": "1.5.0",
"description": "Open chrome devtools debugger",
"bin": {
"rawkit": "index.js"
Expand Down Expand Up @@ -74,13 +74,13 @@
}
},
"dependencies": {
"debug": "^4.1.1",
"deep-extend": "^0.6.0",
"extend": "^3.0.2",
"getos": "^3.1.1",
"opn": "6.0.0",
"semver": "^6.1.1",
"yargs": "13.2.4",
"extend": "^3.0.2",
"deep-extend": "^0.6.0",
"debug": "^4.1.1"
"yargs": "13.2.4"
},
"release": {
"analyzeCommits": "simple-commit-message"
Expand Down

0 comments on commit f819c53

Please sign in to comment.