Skip to content

Commit

Permalink
Updating to v3.6.0 of the core
Browse files Browse the repository at this point in the history
  • Loading branch information
NickGeek committed Jul 7, 2018
1 parent b035a1b commit 8a07b58
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,12 +1,12 @@
{
"name": "micropad",
"version": "3.5.9",
"version": "3.6.0",
"description": "µPad is an open digital note taking app.",
"main": "main.js",
"scripts": {
"start": "yarn build; npx electron .",
"build": "npx tsc --target es6 --module CommonJS main.ts preload.ts",
"update-core": "rm -rf core; rm -rf tmp; git clone --depth=1 https://github.com/MicroPad/Web.git tmp; cd tmp/app; npm ci; npm run build; rm build/service-worker.js; cp -r build ../../core; cd ../..; rm -rf tmp",
"update-core": "rm -rf core; rm -rf tmp; git clone --depth=1 https://github.com/MicroPad/Web.git tmp; cd tmp/app; yarn; yarn build; rm build/service-worker.js; cp -r build ../../core; cd ../..; rm -rf tmp",
"pack": "yarn build; npx electron-builder --dir",
"dist": "yarn build; npx electron-builder"
},
Expand Down

0 comments on commit 8a07b58

Please sign in to comment.