express-robots-txt
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "express-robots-txt", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Express middleware to serve and generate robots.txt", | ||
@@ -16,3 +16,8 @@ "main": "index.js", | ||
}, | ||
"keywords": ["express", "robots", "robots.txt", "robots"], | ||
"keywords": [ | ||
"express", | ||
"robots", | ||
"robots.txt", | ||
"robots" | ||
], | ||
"author": "modosc (http://github.com/modosc)", | ||
@@ -32,4 +37,4 @@ "contributors": [ | ||
"express": "^4.12.1", | ||
"jest": "^23.3.0", | ||
"supertest": "^3.0.0" | ||
"jest": "^24.8.0", | ||
"supertest": "^4.0.2" | ||
}, | ||
@@ -40,6 +45,9 @@ "peerDependencies": { | ||
"jest": { | ||
"setupTestFrameworkScriptFile": | ||
"<rootDir>/test/setup-test-framework-script.js", | ||
"testMatch": ["<rootDir>/test/index.js"] | ||
"setupFilesAfterEnv": [ | ||
"<rootDir>/test/setup-test-framework-script.js" | ||
], | ||
"testMatch": [ | ||
"<rootDir>/test/index.js" | ||
] | ||
} | ||
} |
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
173205