We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f12482 commit 029beb6Copy full SHA for 029beb6
package.json
@@ -1,11 +1,14 @@
1
{
2
"name": "nodeutils",
3
- "version": "1.1.4",
+ "version": "1.2.0",
4
"description": "A collection of node utilities",
5
"main": "index.js",
6
"scripts": {
7
"test": "echo \"Each package has its own test\" && exit 1"
8
},
9
+ "files": [
10
+ "index.js"
11
+ ],
12
"repository": {
13
"type": "git",
14
"url": "git+https://github.com/nodeutils/nodeutils.git"
@@ -25,7 +28,7 @@
25
28
26
29
"homepage": "https://github.com/nodeutils/nodeutils#readme",
27
30
"dependencies": {
- "@nodeutils/reqhere": "^1.0.5",
- "@nodeutils/defaults-deep": "^1.0.4"
31
+ "@nodeutils/reqhere": "^1.1.0",
32
+ "@nodeutils/defaults-deep": "^1.1.0"
33
}
34
0 commit comments