Skip to content

Commit

Permalink
Fix missing LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter authored and boneskull committed May 17, 2018
1 parent b92c2c7 commit 2f39794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ module.exports = {
description: 'Watch docs for changes & build'
},
api: {
script: 'mkdirp docs/api && jsdoc -c jsdoc.conf.json',
script: 'mkdirp docs/api && jsdoc -c jsdoc.conf.json && cp LICENSE docs/api',
description: 'build api docs'
}
},
Expand Down

0 comments on commit 2f39794

Please sign in to comment.