Skip to content

Commit 5a58e20

Browse files
committed
4.0.0
1 parent 6efaec0 commit 5a58e20

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
{
22
"name": "install-subset",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "Install a subset of npm dependencies based on given contexts",
55
"main": "index.js",
66
"bin": {
77
"subset": "index.js"
88
},
9-
"keywords": ["npm", "install", "subset", "dependency"],
9+
"keywords": [
10+
"npm",
11+
"install",
12+
"subset",
13+
"dependency"
14+
],
1015
"author": "[email protected]",
1116
"license": "MIT",
1217
"prettier": {

0 commit comments

Comments
 (0)