Skip to content

Commit 59a65f6

Browse files
committed
Move binary files
1 parent ebff044 commit 59a65f6

File tree

13 files changed

+7
-24
lines changed

13 files changed

+7
-24
lines changed

bin/unix_permissions.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
"version": "1.1.4",
44
"main": "dist/index.js",
55
"files": [
6-
"bin",
7-
"dist",
8-
"!*~"
6+
"dist"
97
],
108
"bin": {
11-
"unix-permissions": "bin/unix_permissions.js"
9+
"unix-permissions": "dist/bin/index.js"
1210
},
1311
"scripts": {
1412
"test": "gulp test"
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/cli/main.js renamed to src/bin/index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env node
12
'use strict'
23

34
const { exit } = require('process')
@@ -30,6 +31,4 @@ const runCliHandler = function({ message }) {
3031
exit(1)
3132
}
3233

33-
module.exports = {
34-
runCli,
35-
}
34+
runCli()
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/cli/index.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)