Skip to content

Commit

Permalink
fix: use dist directory for release publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
madmas committed Jan 10, 2019
1 parent 8838b10 commit 40df10e
Show file tree
Hide file tree
Showing 2 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 @@ -41,3 +41,4 @@ testem.log
# System Files
.DS_Store
Thumbs.db
.npmrc
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,8 @@
"umdModuleIds": {
"rico-js": "ricoJs"
}
},
"release": {
"pkgRoot": "dist/"
}
}

0 comments on commit 40df10e

Please sign in to comment.