Skip to content

Commit

Permalink
fix(maleo-project): utils not found npm (#198)
Browse files Browse the repository at this point in the history
add utils js to package.json
  • Loading branch information
alvinkl committed Jun 10, 2019
1 parent 23002a2 commit 6457694
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/Maleo.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"document.js",
"dynamic.js",
"server.js",
"wrap.js"
"wrap.js",
"utils.js"
],
"dependencies": {
"@babel/core": "7.1.2",
Expand Down

0 comments on commit 6457694

Please sign in to comment.