From c9ae133628c0b5b101796334dcca7557d8b0fd8d Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Thu, 30 May 2019 10:22:33 -0700 Subject: [PATCH] fix deployment --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 58f182c..08a528b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,10 @@ { "name": "webpack-amd-optimization-plugin", - "version": "0.1.0", + "version": "0.1.1", "description": "", + "files": [ + "dist" + ], "main": "index.js", "scripts": { "build": "tsc -p ./tsconfig.json",