strapi-generate-plugin
Advanced tools
Comparing version 3.0.0-alpha.7.2 to 3.0.0-alpha.7.3
@@ -19,7 +19,8 @@ 'use strict'; | ||
module.exports = { | ||
templatesDirectory: () => { | ||
return path.resolve(__dirname, '..', 'templates'); | ||
}, | ||
templatesDirectory: path.resolve(__dirname, '..', 'templates'), | ||
before: require('./before'), | ||
targets: { | ||
'plugins/:humanizeId/.gitignore': { | ||
copy: 'gitignore' | ||
}, | ||
@@ -26,0 +27,0 @@ // Use the default `controller` file as a template for |
{ | ||
"name": "strapi-generate-plugin", | ||
"version": "3.0.0-alpha.7.2", | ||
"version": "3.0.0-alpha.7.3", | ||
"description": "Generate an plugin for a Strapi application.", | ||
@@ -5,0 +5,0 @@ "homepage": "http://strapi.io", |
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
22612
486