Skip to content

Commit f387dec

Browse files
authored
Update tools (#189)
1 parent 7b84049 commit f387dec

File tree

3 files changed

+111
-480
lines changed

3 files changed

+111
-480
lines changed

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "codex.notes",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"productName": "CodeX Notes",
55
"description": "Simple, fast and useful crossplatform notes application based on CodeX Editor and Electron.",
66
"main": "./src/codex-notes.js",
77
"scripts": {
88
"start": "electron .",
9-
"build": "webpack --progress --display-error-details --mode development --watch",
9+
"build": "webpack --mode production",
10+
"build:dev": "webpack --progress --display-error-details --mode development --watch",
1011
"dist": "electron-builder",
1112
"ship": "electron-builder -mwl --x64 --ia32 -p always"
1213
},
@@ -44,16 +45,16 @@
4445
"babel-core": "^6.25.0",
4546
"babel-loader": "^7.1.4",
4647
"babel-preset-env": "^1.6.1",
47-
"codex.editor": "^2.7.22",
48-
"codex.editor.checklist": "^1.0.0",
48+
"codex.editor": "^2.7.30",
49+
"codex.editor.checklist": "^1.0.1",
4950
"codex.editor.code": "^2.3.0",
5051
"codex.editor.delimiter": "^1.0.2",
51-
"codex.editor.header": "^2.0.5",
52-
"codex.editor.inline-code": "^1.1.0",
53-
"codex.editor.list": "^1.2.2",
52+
"codex.editor.header": "^2.1.2",
53+
"codex.editor.inline-code": "^1.2.0",
54+
"codex.editor.list": "^1.2.3",
5455
"codex.editor.marker": "^1.1.0",
55-
"codex.editor.quote": "^2.1.3",
56-
"codex.editor.simple-image": "^1.0.1",
56+
"codex.editor.quote": "^2.1.5",
57+
"codex.editor.simple-image": "^1.2.1",
5758
"codex.editor.table": "^1.1.2",
5859
"css-loader": "^0.28.11",
5960
"electron": "^2.0.0-beta.7",

0 commit comments

Comments
 (0)