Skip to content

Commit

Permalink
no build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptSmith committed Dec 17, 2018
1 parent 77cec6c commit be127dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"description": "Scrape the Instagram API with Puppeteer",
"main": "index.js",
"bin": {
"instamancer": "./bin/index.js"
"instamancer": "./index.js"
},
"scripts": {
"build": "tsc --outDir bin",
"compile": "tsc",
"test": "jest --testPathIgnorePatterns='bin'"
"build": "tsc",
"prepare": "tsc",
"test": "jest"
},
"author": "ScriptSmith",
"license": "MIT",
Expand Down

0 comments on commit be127dc

Please sign in to comment.