Skip to content

Commit 76a1f4e

Browse files
author
twojtylak
authored
Merge pull request #11 from solutionDrive/fix-plugin-bin
Added sdPlugin to the bin section
2 parents 28c2f3a + a4fac98 commit 76a1f4e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"proprietary"
99
],
1010
"bin": [
11-
"bin/sdTest.sh",
12-
"bin/runInSdTest.sh"
11+
"bin/runInSdTest.sh",
12+
"bin/sdPlugin.sh",
13+
"bin/sdTest.sh"
1314
]
1415
}

0 commit comments

Comments
 (0)