esdoc-accessor-plugin
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "esdoc-accessor-plugin", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "A accessor plugin for ESDoc", | ||
@@ -20,3 +20,3 @@ "author": "h13i32maru", | ||
"scripts": { | ||
"test": "rm -rf ./test/fixture/out && mocha --recursive ./test/src -R spec" | ||
"test": "rm -rf ./test/out && mocha --require ./test/init.js $(find test/ -regex '.*.test.js$') -R spec" | ||
}, | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
], | ||
"main": "src/index.js" | ||
"main": "src/Plugin.js" | ||
} |
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
1850
3
24