Only package necessary files (#113)
authorShinigami <chrissi92@hotmail.de>
Wed, 10 Feb 2021 17:49:00 +0000 (18:49 +0100)
committerGitHub <noreply@github.com>
Wed, 10 Feb 2021 17:49:00 +0000 (18:49 +0100)
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/custom.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/PULL_REQUEST_TEMPLATE.md
.npmignore [deleted file]
CODE_OF_CONDUCT.md
package.json

index 82d944be0ca07b3efd903731eef749820cb7e441..89de5e5d3940796c90206cc83e0f133d73797d46 100644 (file)
@@ -4,7 +4,6 @@ about: Create a report to help us improve
 title: BUG_
 labels: ''
 assignees: ''
-
 ---
 
 **Describe the bug**
@@ -12,6 +11,7 @@ A clear and concise description of what the bug is.
 
 **To Reproduce**
 Steps to reproduce the behavior:
+
 1. Go to '...'
 2. Click on '....'
 3. Scroll down to '....'
@@ -24,16 +24,19 @@ A clear and concise description of what you expected to happen.
 If applicable, add screenshots to help explain your problem.
 
 **Desktop (please complete the following information):**
- - OS: [e.g. iOS]
- - Browser [e.g. chrome, safari]
- - Version [e.g. 22]
+
+- OS: [e.g. iOS]
+- Browser [e.g. chrome, safari]
+- Version [e.g. 22]
 
 **Smartphone (please complete the following information):**
- - Device: [e.g. iPhone6]
- - OS: [e.g. iOS8.1]
- - Browser [e.g. stock browser, safari]
- - Version [e.g. 22]
+
+- Device: [e.g. iPhone6]
+- OS: [e.g. iOS8.1]
+- Browser [e.g. stock browser, safari]
+- Version [e.g. 22]
 
 **Additional context**
- - If you can please specify at least a draft of your worker( if it is an async function or not is also important)
- - Indicate which pool type are you using (i.e. FixedThreadPool ) and with which options ( num of thread, and so on )
+
+- If you can please specify at least a draft of your worker( if it is an async function or not is also important)
+- Indicate which pool type are you using (i.e. FixedThreadPool ) and with which options ( num of thread, and so on )
index 48d5f81fa422964dd1eea360efdecfc5dc9a6c87..96a47352abc25191907c309a9de8c45f15c2dede 100644 (file)
@@ -4,7 +4,4 @@ about: Describe this issue template's purpose here.
 title: ''
 labels: ''
 assignees: ''
-
 ---
-
-
index b43608d02b4066447028b134e6193ea9bee88e97..ac259247768df6c3437e98143936c8ca35c46c50 100644 (file)
@@ -4,7 +4,6 @@ about: Suggest an idea for this project
 title: FEATURE_
 labels: ''
 assignees: ''
-
 ---
 
 **Is your feature request related to a problem? Please describe.**
index c195f4d2585b0070880bdddedcf2ca3b8a8379e6..013817f213077d4207f34d764ddfc528e35f5c74 100644 (file)
@@ -1,7 +1,6 @@
 Thanks for contributing to poolifier project.
 Please be sure to read our [contributing guidelines](https://github.com/pioardi/poolifier/blob/pr-template/CONTRIBUTING.md).
 
-
- - Please add a description of your changes.
- - We need your changes to come with unit tests in order to keep this project in quality and easy to mantain.
- - Please add a link to the open issue or task that this pull request will resolve.
+- Please add a description of your changes.
+- We need your changes to come with unit tests in order to keep this project in quality and easy to mantain.
+- Please add a link to the open issue or task that this pull request will resolve.
diff --git a/.npmignore b/.npmignore
deleted file mode 100644 (file)
index efc022b..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-.github
-src
-benchmarks
-examples
-tests
index 4c3f552766c482e0d81a73f0764c334d542c80b6..764a8a0eb90e12e71190e9f5a959f0b4202ee940 100644 (file)
@@ -14,22 +14,22 @@ appearance, race, religion, or sexual identity and orientation.
 Examples of behavior that contributes to creating a positive environment
 include:
 
-* Using welcoming and inclusive language
-* Being respectful of differing viewpoints and experiences
-* Gracefully accepting constructive criticism
-* Focusing on what is best for the community
-* Showing empathy towards other community members
+- Using welcoming and inclusive language
+- Being respectful of differing viewpoints and experiences
+- Gracefully accepting constructive criticism
+- Focusing on what is best for the community
+- Showing empathy towards other community members
 
 Examples of unacceptable behavior by participants include:
 
-* The use of sexualized language or imagery and unwelcome sexual attention or
- advances
-* Trolling, insulting/derogatory comments, and personal or political attacks
-* Public or private harassment
-* Publishing others' private information, such as a physical or electronic
- address, without explicit permission
-* Other conduct which could reasonably be considered inappropriate in a
- professional setting
+- The use of sexualized language or imagery and unwelcome sexual attention or
 advances
+- Trolling, insulting/derogatory comments, and personal or political attacks
+- Public or private harassment
+- Publishing others' private information, such as a physical or electronic
 address, without explicit permission
+- Other conduct which could reasonably be considered inappropriate in a
 professional setting
 
 ## Our Responsibilities
 
index b7bedf1382d1473a49c61f75b1c031e66d37acfe..cd5e4894f6c558fa3427586170cb84d466c84ce5 100644 (file)
@@ -46,6 +46,9 @@
     "url": "https://github.com/pioardi/poolifier/issues"
   },
   "homepage": "https://github.com/pioardi/poolifier#readme",
+  "files": [
+    "lib"
+  ],
   "devDependencies": {
     "@types/node": "^14.14.25",
     "@typescript-eslint/eslint-plugin": "^4.15.0",