babel-preset-gatsby
Advanced tools
Comparing version 0.1.10 to 0.1.11
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.1.11](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.1.10...babel-preset-gatsby@0.1.11) (2019-04-02) | ||
### Features | ||
- **gatsby-dev-cli:** add verdaccio support ([#11525](https://github.com/gatsbyjs/gatsby/issues/11525)) ([a4f7e77](https://github.com/gatsbyjs/gatsby/commit/a4f7e77)) | ||
## [0.1.10](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.1.9...babel-preset-gatsby@0.1.10) (2019-03-23) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "babel-preset-gatsby", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"author": "Philipp Spiess <hello@philippspiess.com>", | ||
@@ -24,5 +24,7 @@ "dependencies": { | ||
"devDependencies": { | ||
"babel-preset-gatsby-package": "^0.1.4" | ||
"@babel/cli": "^7.0.0", | ||
"babel-preset-gatsby-package": "^0.1.4", | ||
"cross-env": "^5.1.4" | ||
}, | ||
"gitHead": "03b766210aec74d804fcd528899bb3f13f33d490" | ||
"gitHead": "dd3bae3b2844855af139bc9b682dc4cd045ff665" | ||
} |
8506
3