repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f687ef0
)
chore: add engines to the package.json
author
Emanuele
<my.burning@gmail.com>
Thu, 23 Jan 2020 13:22:39 +0000
(13:22 +0000)
committer
GitHub
<noreply@github.com>
Thu, 23 Jan 2020 13:22:39 +0000
(13:22 +0000)
Closes #4
package.json
patch
|
blob
|
blame
|
history
diff --git
a/package.json
b/package.json
index 2ac5375d4969cb293b4686cab7766b2430460126..95702e9e62418ea8daa6482f4376804a2862ead4 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-46,5
+46,8
@@
"nyc": "^15.0.0",
"standard": "^14.3.1",
"worker-threads-pool": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=10.0.0"
}
}