Add isProvider true in package json

Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
This commit is contained in:
Alexandre Bodin 2020-11-09 16:40:35 +01:00
parent 781e7adb0b
commit 11dcdadaa8

View File

@ -24,6 +24,9 @@
"author": {
"name": "Yurii Tykhomyrov"
},
"strapi": {
"isProvider": true
},
"scripts": {
"test": "echo \"no tests yet\""
},