gatsby-remark-code-repls
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "gatsby-remark-code-repls", | ||
"description": "Gatsby plugin to auto-generate links to popular REPLs like Babel and Codepen", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
}, | ||
"dependencies": { | ||
@@ -18,8 +21,9 @@ "babel-runtime": "^6.26.0", | ||
}, | ||
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-code-repls#readme", | ||
"keywords": [ | ||
"babel", | ||
"codepen", | ||
"gatsby", | ||
"gatsby-plugin", | ||
"remark", | ||
"babel", | ||
"codepen", | ||
"repl" | ||
@@ -29,7 +33,11 @@ ], | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/gatsbyjs/gatsby.git" | ||
}, | ||
"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" | ||
"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
17680
0
0
2