gatsby-plugin-amp
Advanced tools
Comparing version 0.1.12 to 0.1.13
{ | ||
"name": "gatsby-plugin-amp", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"description": "A gatsby plugin for scaffolding AMP pages", | ||
@@ -8,3 +8,4 @@ "main": "index.js", | ||
"build": "babel src --out-dir . --ignore **/__tests__", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"prepare": "npm run build", | ||
"watch": "babel -w src --out-dir . --ignore **/__tests__", | ||
"commit": "git add . && git commit && git push -u origin master" | ||
@@ -23,3 +24,8 @@ }, | ||
"accelerated-mobile-pages" | ||
] | ||
], | ||
"devDependencies": { | ||
"@babel/cli": "^7.1.5", | ||
"@babel/core": "^7.1.5", | ||
"@babel/preset-react": "^7.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
11167
5
105
2
0
3