Skip to content

Commit

Permalink
chore: update project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
teclone committed May 27, 2019
1 parent fbca10f commit 3d5aa78
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
6 changes: 5 additions & 1 deletion .buildrc.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
module.exports = {
srcDir: 'src',

mainModuleFileName: 'index.ts',

mainModuleName: 'Utils',

libConfig: {
enabled: true
enabled: true,
},

distConfig: {
enabled: true,
uglify: true
Expand Down
25 changes: 18 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d5aa78

Please sign in to comment.