Skip to content

Commit

Permalink
package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Jun 10, 2019
1 parent 87aa5e7 commit 98e49dd
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,17 @@
"prepublishOnly": "cross-env NODE_ENV=production npm run build"
},
"browserslist": [
"last 2 versions"
"default"
],
"dependencies": {
"chalk": "^2.4.1"
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"chalk": "^2.4.2",
"cross-env": "^5.2.0",
"eslint": "^5.4.0",
"release-it": "^8.0.0"
"eslint": "^5.16.0",
"release-it": "^12.3.0"
},
"peerDependencies": {
"gatsby": ">=2",
Expand Down

0 comments on commit 98e49dd

Please sign in to comment.