Merge pull request #2 from achrinzafork/fix/markdown
authorAlessandro Pio Ardizio <alessandroardizio94@gmail.com>
Thu, 23 Jan 2020 18:38:30 +0000 (19:38 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Jan 2020 18:38:30 +0000 (19:38 +0100)
fix(CONTRIBUTING.md): move to root directory, fix(README.md): update broken link

.github/workflows/main.yml
package.json

index a47cdc6c2c9ece21685525fe3649a16a742d83ea..bbe2d690451c1531a7ff7989bd81075f8e8df343 100644 (file)
@@ -1,6 +1,6 @@
 name: NodeCI
 
-on: [push]
+on: [push, pull_request]
 
 jobs:
   build:
index d9d8484d6f99a757793ebef4c34c4a955b612a7f..2ac5375d4969cb293b4686cab7766b2430460126 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "poolifier",
-  "version": "0.0.1",
+  "version": "0.0.2",
   "description": "Library on top of node js worker threads that implement various worker pools type",
   "main": "index.js",
   "scripts": {
@@ -14,7 +14,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/pioardi/node-thread-pool.git"
+    "url": "git+https://github.com/pioardi/poolifier.git"
   },
   "keywords": [
     "node",
@@ -34,9 +34,9 @@
   "author": "pioardi",
   "license": "MIT",
   "bugs": {
-    "url": "https://github.com/pioardi/node-thread-pool/issues"
+    "url": "https://github.com/pioardi/poolifier/issues"
   },
-  "homepage": "https://github.com/pioardi/node-thread-pool#readme",
+  "homepage": "https://github.com/pioardi/poolifier#readme",
   "devDependencies": {
     "benchmark": "^2.1.4",
     "coveralls": "^3.0.9",