gatsby-plugin-feed
Advanced tools
Comparing version 1.3.8 to 1.3.9
{ | ||
"name": "gatsby-plugin-feed", | ||
"version": "1.3.8", | ||
"version": "1.3.9", | ||
"description": "Creates an RSS feed for your Gatsby site.", | ||
@@ -8,3 +8,4 @@ "main": "index.js", | ||
"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" | ||
}, | ||
@@ -21,3 +22,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0" | ||
"babel-cli": "^6.26.0", | ||
"cross-env": "^5.0.5" | ||
}, | ||
@@ -24,0 +26,0 @@ "dependencies": { |
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
12652
2