Skip to content

Commit

Permalink
fix: include node moculdes and revert to build resources assets
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Jun 20, 2019
1 parent 34519b9 commit 463b246
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10.15.3
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@
"compression": "normal",
"asar": true,
"files": [
"build/**/*"
"build/**/*",
"node_modules/**/*"
],
"directories": {
"buildResources": "build"
"buildResources": "assets"
},
"mac": {
"category": "public.app-category.developer-tools"
Expand Down

0 comments on commit 463b246

Please sign in to comment.