From 47bfaa52bdc0a6027bdfa5f9fcdde2995e7df4e1 Mon Sep 17 00:00:00 2001 From: Andrei Fangli Date: Mon, 31 May 2021 01:37:04 +0300 Subject: [PATCH] Updated package config --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 109a4b8..87c7542 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,11 @@ "description": "A library for developing React applications using Model-View-ViewModel inspired by .NET", "main": "./lib/index.js", "types": "./lib/index.d.ts", + "files": [ + "lib", + "LICENSE", + "README.md" + ], "scripts": { "build": "tsc", "test": "ts-mocha ./tests/**/*-tests.ts ./tests/**/*-tests.tsx"