gatsby-remark-code-repls
Advanced tools
Comparing version 1.1.0-alpha.2b695217 to 1.1.0-alpha.2cbec6d6
{ | ||
"name": "gatsby-remark-code-repls", | ||
"description": "Gatsby plugin to auto-generate links to popular REPLs like Babel and Codepen", | ||
"version": "1.1.0-alpha.2b695217", | ||
"version": "1.1.0-alpha.2cbec6d6", | ||
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
}, | ||
"dependencies": { | ||
@@ -19,8 +22,9 @@ "@babel/runtime": "^7.0.0-beta.38", | ||
}, | ||
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-code-repls#readme", | ||
"keywords": [ | ||
"babel", | ||
"codepen", | ||
"gatsby", | ||
"gatsby-plugin", | ||
"remark", | ||
"babel", | ||
"codepen", | ||
"repl" | ||
@@ -30,7 +34,8 @@ ], | ||
"main": "index.js", | ||
"repository": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-code-repls", | ||
"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
50532
10
562
0
1
5