Skip to content

Commit

Permalink
update the request version and use npm
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hub committed Jan 10, 2020
1 parent 635c25e commit 07c1c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"cerebro-tools": "^0.1.8",
"cerebro-ui": "^0.0.16",
"request": "^2.87.0"
"request": "^2.88.0"
},
"devDependencies": {
"cerebro-scripts": "0.0.25"
Expand All @@ -24,6 +24,6 @@
"build": "cerebro-scripts build",
"test": "cerebro-scripts test",
"clear": "cerebro-scripts clear",
"prepublish": "yarn clear && yarn build"
"prepublish": "npm run clear && npm run build"
}
}

0 comments on commit 07c1c7f

Please sign in to comment.