Skip to content

Commit 271f581

Browse files
committed
Remove useless dependencies now that we use coreutils.js alternatives
1 parent b18388d commit 271f581

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
"NodeOS/ip",
2323
"bin-man",
2424
"bin-nsh",
25-
"bin-pwd",
26-
"bin-sh",
2725
"davius",
2826
"dhcpjs",
2927
"ifconfig",
@@ -36,12 +34,11 @@
3634
"slap"
3735
],
3836
"dependencies": {
39-
"builddependencies": "0.0.1",
37+
"builddependencies": "^0.0.1",
4038
"prebuild-install": "^2.1.2"
4139
},
4240
"buildDependencies": [
4341
"bin-man",
44-
"bin-pwd",
4542
"davius",
4643
"dhcpjs",
4744
"ifconfig",
@@ -63,7 +60,6 @@
6360
],
6461
"devDependencies": {
6562
"bin-man": "^0.2.0",
66-
"bin-pwd": "^0.0.0",
6763
"ci-publish": "^1.3.0",
6864
"davius": "^0.0.1",
6965
"dhcpjs": "^0.6.0",

0 commit comments

Comments
 (0)