Skip to content

Commit

Permalink
chore: correctly configure for npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald committed May 31, 2018
1 parent f3bb573 commit 5611458
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ src/**/*.map
src/**/*.d.ts
test/**/*.js
test/**/*.map
*.tgz
Empty file added .npmignore
Empty file.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"bin": {
"garden": "./src/bin/garden.js"
},
"files": [
"dist"
],
"dependencies": {
"ansi-escapes": "^3.1.0",
"async-exit-hook": "^2.0.1",
Expand Down

0 comments on commit 5611458

Please sign in to comment.