Skip to content

Commit 029beb6

Browse files
committed
1.1.0 Explicit files
1 parent 8f12482 commit 029beb6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"name": "nodeutils",
3-
"version": "1.1.4",
3+
"version": "1.2.0",
44
"description": "A collection of node utilities",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Each package has its own test\" && exit 1"
88
},
9+
"files": [
10+
"index.js"
11+
],
912
"repository": {
1013
"type": "git",
1114
"url": "git+https://github.com/nodeutils/nodeutils.git"
@@ -25,7 +28,7 @@
2528
},
2629
"homepage": "https://github.com/nodeutils/nodeutils#readme",
2730
"dependencies": {
28-
"@nodeutils/reqhere": "^1.0.5",
29-
"@nodeutils/defaults-deep": "^1.0.4"
31+
"@nodeutils/reqhere": "^1.1.0",
32+
"@nodeutils/defaults-deep": "^1.1.0"
3033
}
3134
}

0 commit comments

Comments
 (0)