Skip to content

Commit

Permalink
build(package): add dist and src to the files array for the package
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcabrera committed Jul 18, 2017
1 parent 959b849 commit 42cff52
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.DS_Store

# Node.js dependencies, files, & directories
.npmrc
node_modules
Expand Down
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
"license": "UNLICENSED",
"main": "dist/tds.cjs.js",
"module": "dist/tds.es.js",
"files": [
"dist",
"src",
"CHANGELOG.md",
"README.md",
"UPGRADING.md"
],
"scripts": {
"precommit": "yarn lint && yarn test && yarn build",
"prerelease": "scripts/prerelease.sh",
Expand Down

0 comments on commit 42cff52

Please sign in to comment.