Skip to content

Commit

Permalink
reverted version for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
p3nGu1nZz committed Sep 27, 2017
1 parent df80e35 commit b0ec0ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-cra-electron",
"version": "0.1.11",
"version": "0.1.10",
"private": true,
"author": "electron-cra-example",
"description": "A simple skeleton example application made with electron react",
Expand Down Expand Up @@ -42,7 +42,7 @@
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"dev": "concurrently \"cross-env BROWSER=none yarn start\" \"wait-on http://localhost:3000 && electron .\"",
"pack": "build --em.main=build/electron.js --dir",
"pack": "build --em.main=build/electron.js",
"release": "build --em.main=build/electron.js --publish=always",
"prepack": "yarn build",
"prerelease": "yarn build"
Expand Down

0 comments on commit b0ec0ff

Please sign in to comment.