Skip to content

Commit 564f695

Browse files
fix(http): make ace-http command executable
According to https://docs.npmjs.com/files/package.json#bin, this should be sufficient. Still needs testing. Addresses #51
1 parent c719977 commit 564f695

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/http/http.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env node
2+
13
const express = require('express');
24
const uuidv4 = require('uuid/v4');
35
const multer = require('multer');

0 commit comments

Comments
 (0)