diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..dab5e79 --- /dev/null +++ b/.npmignore @@ -0,0 +1,7 @@ +/__tests__ +/demo +/.github + +jest.config.js +eslint.config.mjs +webpack.config.js \ No newline at end of file diff --git a/package.json b/package.json index eaa34cd..67687f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@osvalda/smart-time-input", - "version": "1.0.3", + "version": "1.0.4", "description": "React 24h time input component", "main": "dist/smart-time-input.js", "scripts": {