Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
Feature: Only include dist files in NPM package (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
cguedes committed Nov 6, 2016
1 parent b8ed621 commit 3db91bb
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 @@ -25,6 +25,9 @@
"version": "npm run build && git add -A dist",
"postversion": "git push && git push --tags"
},
"files": [
"dist"
],
"engines": {
"node": ">=4.2.1",
"npm": ">=2.14.7"
Expand Down

0 comments on commit 3db91bb

Please sign in to comment.