gatsby-remark-autolink-headers
Advanced tools
Comparing version 1.5.0-alpha.22c8a6f1 to 1.5.0-alpha.76b32701
{ | ||
"name": "gatsby-remark-autolink-headers", | ||
"description": "Gatsby plugin to autolink headers in markdown processed by Remark", | ||
"version": "1.5.0-alpha.22c8a6f1", | ||
"version": "1.5.0-alpha.76b32701", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
"dependencies": { | ||
"babel-runtime": "6.26.0", | ||
"babel-runtime": "^6.26.0", | ||
"github-slugger": "^1.1.1", | ||
@@ -13,3 +13,4 @@ "mdast-util-to-string": "^1.0.2", | ||
"devDependencies": { | ||
"babel-cli": "^6.24.1" | ||
"babel-cli": "^6.26.0", | ||
"cross-env": "^5.0.5" | ||
}, | ||
@@ -25,4 +26,5 @@ "keywords": [ | ||
"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" | ||
} | ||
} |
5930
2
Updatedbabel-runtime@^6.26.0