Skip to content

Commit

Permalink
fix(package): use lib default folder without transpiled code
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Dec 10, 2017
1 parent f07c849 commit 101fe8a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
@@ -1,11 +1,11 @@
{
"name": "imaginary",
"description": "Minimalist CLI and programmatic stream based interface for imaginary",
"version": "0.1.15",
"version": "0.1.16",
"license": "MIT",
"repository": "h2non/node-imaginary",
"author": "Tomas Aparicio",
"main": "./src",
"main": "./lib",
"keywords": [
"image",
"convesion",
Expand All @@ -28,14 +28,11 @@
"crop",
"watermark"
],
"directories": {
"lib": "./src"
},
"bin": {
"imaginary": "./bin/imaginary"
},
"engines": {
"node": ">= 4"
"node": ">= 6"
},
"scripts": {
"lint": "standard",
Expand Down

0 comments on commit 101fe8a

Please sign in to comment.