diff --git a/.npmignore b/.npmignore deleted file mode 100644 index 98d2a09..0000000 --- a/.npmignore +++ /dev/null @@ -1,8 +0,0 @@ -.git* -scripts/ -template/ -*.scss -*.css -!*.min.css -*.json -!*.min.json \ No newline at end of file diff --git a/package.json b/package.json index e03d6bd..cae634b 100644 --- a/package.json +++ b/package.json @@ -54,5 +54,9 @@ }, "engines": { "node": ">=14.x" - } -} + }, + "files": [ + "/themes/**/*.min.*", + "/themes.js" + ] +} \ No newline at end of file