ashish_ranjan_satyam_srivastava
Clone or download
Read-only
Modified Files
--- 'a/README.md'
+++ b/README.md
@@ -25,10 +25,10 @@
- change \*scripts\* :-
- add "build":"tsc" *for typescript*
- add "prepare": "npm run build" *to prepare the package file for publishing*
-- add at the end "files" : ["/lib/**/*"] *for pushing only the lib file that was build after npm build on the npm registery
+- add at the end "files" : ["/lib/\**\*/*"] *for pushing only the lib file that was build after npm build on the npm registery
- or can create a new file .npmignore
- add "types" : " .d.ts", *it tells where the decleration file is*
-- **_Note_** Don'<sub>t</sub> forget to check the index,js file path
+- **_Note_** Don't forget to check the index,js file path