diff --git a/.npmignore b/.npmignore index 3c3629e..84aa821 100644 --- a/.npmignore +++ b/.npmignore @@ -1 +1,13 @@ node_modules +src +.storybook +tests +.rts2_cache_cjs +.eslintrc +.prettierrc +.eslintignore +.tsconfig.json +.babelrc +release.config.js +jest.init.js +jest.config.js diff --git a/package.json b/package.json index ce7015c..b0f1726 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "module": "build/index.module.js", "typings": "build/index.d.ts", "scripts": { - "prepare": "npm run build", "bundler": "microbundle --no-css-modules --name persian-mobile-datepicker --strict --jsx React.createElement", "build": "npm run bundler -- --raw --sourcemap false --compress", "dev": "npm run bundler -- watch",