gatsby-remark-autolink-headers
Advanced tools
Comparing version 1.4.6 to 1.4.7
{ | ||
"name": "gatsby-remark-autolink-headers", | ||
"description": "Gatsby plugin to autolink headers in markdown processed by Remark", | ||
"version": "1.4.6", | ||
"version": "1.4.7", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
@@ -13,3 +13,4 @@ "dependencies": { | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0" | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5915
2