Skip to content

Commit

Permalink
Only serve the release files
Browse files Browse the repository at this point in the history
The npm should only serve the release files when pulling he project via npm install
  • Loading branch information
it-s authored May 17, 2019
1 parent 87d8f46 commit c783d3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"bugs": {
"url": "https://github.com/LikaloLLC/tourguide.js/issues"
},
"files": [
"tourguide.*"
],
"author": {
"name": "Likalo LLC",
"url": "https://likalo.com/"
Expand Down

0 comments on commit c783d3f

Please sign in to comment.