From a223a3ceaee28a9224f617f4d2b71f0cc40ef537 Mon Sep 17 00:00:00 2001 From: Rafael Gomes Date: Mon, 25 Apr 2022 18:11:48 -0300 Subject: [PATCH] Fix Publish configurations When publish, the script not package template file --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 3f25da6..8e40f94 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "build/instructions.md", "build/adonis-typings", "build/providers", + "build/templates", "build/src" ], "keywords": [ @@ -79,6 +80,7 @@ "peerDependencies": { "@adonisjs/core": "^5.0.0" }, + "typings": "./build/adonis-typings/index.d.ts", "adonisjs": { "instructionsMd": "./build/instructions.md", "env": {