From 0378b390eb30d10cbcdd59b1a5c069fc55b52148 Mon Sep 17 00:00:00 2001 From: Sylvain Chauffaille Date: Sun, 25 Oct 2020 18:08:26 +0100 Subject: [PATCH] Add typescript definition --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5d9d0cb..f176d59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@visualteams/plugin-engine", - "version": "1.2.1", + "version": "1.2.2", "main": "index", "typings": "index", "license": "MIT", @@ -36,5 +36,5 @@ }, "homepage": "https://www.visualteams.fr", "description": "Create your own plugin for VisualTeams App !", - "files": ["index.js", "both/**/*.*", "client/**/*.*", "definitions/**/*.*"] + "files": ["index.js", "index.d.ts", "both/**/*.*", "client/**/*.*", "definitions/**/*.*"] }