1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 10:16:26 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
sota1235
cd2e6e1b24 v0.7.4 2016-12-13 20:33:04 +09:00
sota1235
99b8d24db3 hotfix: add dependent libraries 2016-12-13 20:24:13 +09:00
2 changed files with 5 additions and 1 deletions

View File

@@ -41,6 +41,10 @@
<script src="../compiled/react-dom.js"></script>
<script src="../compiled/redux.js"></script>
<script src="../compiled/react-redux.js"></script>
<script>
window._ = require('lodash');
</script>
<script src="../compiled/sequence-diagram.js"></script>
<script>
const electron = require('electron')
electron.webFrame.setZoomLevelLimits(1, 1)

View File

@@ -1,6 +1,6 @@
{
"name": "boost",
"version": "0.7.3",
"version": "0.7.4",
"description": "Boostnote",
"main": "index.js",
"license": "GPL-3.0",