Skip to content

Commit

Permalink
chore(overmind-devtools): add 'main' entry to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-hulski committed Sep 12, 2023
1 parent a9ff06d commit e0a6173
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/overmind-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
"name": "overmind-devtools",
"version": "1.0.0-alpha1",
"description": "Overmind devtool",
"main": "src/main.js",
"author": "Christian Alfoni <christianalfoni@gmail.com>",
"license": "MIT",
"repository": "git+https://github.com/cerebral/overmind.git",
"bin": {
"overmind-devtools": "bin.js"
},
"scripts": {
"start": "electron ./src/main",
"prod": "NODE_ENV=production electron ./src/main --not-packaged=true",
"start": "electron .",
"prod": "NODE_ENV=production electron . --not-packaged=true",
"build": "rimraf devtoolsDist && cp -R ../overmind-devtools-client/dist devtoolsDist"
},
"keywords": [
Expand Down

0 comments on commit e0a6173

Please sign in to comment.