Skip to content

Commit

Permalink
fix(http): make ace-http command executable
Browse files Browse the repository at this point in the history
According to https://docs.npmjs.com/files/package.json#bin, this should
be sufficient.

Still needs testing.

Addresses #51
  • Loading branch information
marisademeglio committed Oct 5, 2017
1 parent c719977 commit 564f695
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/http/http.js
@@ -1,3 +1,5 @@
#!/usr/bin/env node

const express = require('express');
const uuidv4 = require('uuid/v4');
const multer = require('multer');
Expand Down

0 comments on commit 564f695

Please sign in to comment.