Skip to content

Commit

Permalink
Added dist folder to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ozdemirburak committed Jun 21, 2017
1 parent 9b0ee70 commit 31316fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "morsify",
"version": "0.2.2",
"version": "0.2.3",
"description": "Morse code translator and decoder which also generates audio.",
"keywords": [
"morse",
Expand Down Expand Up @@ -31,7 +31,8 @@
"files": [
"LICENSE",
"README.md",
"index.js"
"index.js",
"dist/morsify.min.js"
],
"scripts": {
"test": "npm run lint && mocha",
Expand Down

0 comments on commit 31316fd

Please sign in to comment.