Skip to content

Commit

Permalink
Remove shebang from index.js
Browse files Browse the repository at this point in the history
2.1.1

It's causing problems for webpack users
  • Loading branch information
dhleong committed Nov 16, 2018
1 parent c0231f9 commit 4c06ec9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

var EventEmitter = require('events').EventEmitter,
util = require('util'),
request = require('request'),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pepper-mint",
"version": "2.1.0",
"version": "2.1.1",
"description": "An unofficial API for mint.com",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4c06ec9

Please sign in to comment.