esdoc2-lint-plugin
Advanced tools
Comparing version 1.2.0 to 2.0.0
{ | ||
"name": "esdoc2-lint-plugin", | ||
"version": "1.2.0", | ||
"version": "2.0.0", | ||
"description": "A lint plugin for esdoc2", | ||
@@ -20,3 +20,3 @@ "author": "h13i32maru", | ||
"scripts": { | ||
"test": "rm -rf ./test/out && mocha --require ./test/init.js $(find test/ -regex '.*.test.js$') -R spec" | ||
"test": "rm -rf ./test/out && node ./test/init.js mocha --require $(find test/ -regex '.*.test.js$') -R spec" | ||
}, | ||
@@ -23,0 +23,0 @@ "keywords": [ |
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
6119