gatsby-remark-autolink-headers
Advanced tools
Comparing version 1.5.0-alpha.32ef58da to 1.5.0-alpha.34eda94b
{ | ||
"name": "gatsby-remark-autolink-headers", | ||
"description": "Gatsby plugin to autolink headers in markdown processed by Remark", | ||
"version": "1.5.0-alpha.32ef58da", | ||
"version": "1.5.0-alpha.34eda94b", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
}, | ||
"dependencies": { | ||
@@ -17,2 +20,3 @@ "@babel/runtime": "^7.0.0-beta.38", | ||
}, | ||
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-autolink-headers#readme", | ||
"keywords": [ | ||
@@ -25,7 +29,8 @@ "gatsby", | ||
"main": "index.js", | ||
"repository": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-autolink-headers", | ||
"scripts": { | ||
"build": "babel src --out-dir . --ignore ./**/__tests__/", | ||
"watch": "babel -w src --out-dir . --ignore ./**/__tests__/", | ||
"prepublish": "cross-env NODE_ENV=production npm run build" | ||
"build": "babel src --out-dir . --ignore __tests__", | ||
"prepublish": "cross-env NODE_ENV=production npm run build", | ||
"watch": "babel -w src --out-dir . --ignore __tests__" | ||
} | ||
} |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
8359
8
118
0
1