diff --git a/package.json b/package.json index 2c81d6e..dc48f3b 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,11 @@ { "name": "rollup-plugin-delete", "description": "Delete files and folders using Rollup", - "version": "3.0.1", + "version": "3.0.2", "author": "Vlad Shcherbin ", "repository": "vladshcherbin/rollup-plugin-delete", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", "exports": { "types": "./dist/index.d.ts", "default": "./dist/index.js"