gatsby-plugin-react-helmet
Advanced tools
Comparing version 1.1.0-alpha.22c8a6f1 to 1.1.0-alpha.76b32701
{ | ||
"name": "gatsby-plugin-react-helmet", | ||
"version": "1.1.0-alpha.22c8a6f1", | ||
"version": "1.1.0-alpha.76b32701", | ||
"description": "Stub description for gatsby-plugin-react-helmet", | ||
@@ -8,3 +8,4 @@ "main": "index.js", | ||
"build": "babel src --out-dir . --ignore __tests__", | ||
"watch": "babel -w src --out-dir . --ignore __tests__" | ||
"watch": "babel -w src --out-dir . --ignore __tests__", | ||
"prepublish": "cross-env NODE_ENV=production npm run build" | ||
}, | ||
@@ -17,8 +18,9 @@ "keywords": [ | ||
"devDependencies": { | ||
"babel-cli": "^6.24.1" | ||
"babel-cli": "^6.26.0", | ||
"cross-env": "^5.0.5" | ||
}, | ||
"dependencies": { | ||
"babel-runtime": "6.26.0", | ||
"babel-runtime": "^6.26.0", | ||
"react-helmet": "^5.1.3" | ||
} | ||
} |
2484
2
Updatedbabel-runtime@^6.26.0