Skip to content

Commit

Permalink
bump v2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Oct 30, 2019
1 parent 49100d5 commit c7f5ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"replacespaces": "find dist/ -name 'CrossOver*' -maxdepth 1 -exec bash -c ' mv \"$0\" \"${0// /-}\" ' {} \\;",
"start": "sass src/index.scss:src/index.css -s compressed && electron .",
"pack": "rm -f *.tgz && electron-builder --dir",
"dist": "rm -rf dist && electron-builder --macos --linux --windows && npm run replacespaces",
"dist": "rm -rf dist && electron-builder --macos --linux",
"release": "np"
},
"dependencies": {
Expand Down

0 comments on commit c7f5ff3

Please sign in to comment.