Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 3 changed files Side-by-side Diff

... ... @@ -23,7 +23,7 @@ function push(item) {
23 23  
24 24 function dump() {
25 25 const result = history.toarray();
26   - console.log(JSON.stringify(result, null, 2));
  26 + // console.log(JSON.stringify(result, null, 2));
27 27 return result;
28 28 }
29 29  
1 1 {
2 2 "name": "komodo-center-sms",
3   - "version": "0.9.9",
  3 + "version": "0.9.10",
4 4 "lockfileVersion": 1,
5 5 "requires": true,
6 6 "dependencies": {
1 1 {
2 2 "name": "komodo-center-sms",
3   - "version": "0.9.9",
  3 + "version": "0.9.10",
4 4 "description": "SMS center for Komodo",
5 5 "main": "index.js",
6 6 "scripts": {