Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 3 changed files Side-by-side Diff

... ... @@ -8,7 +8,9 @@ function push(item) {
8 8 }
9 9  
10 10 function dump() {
11   - return history.toarray();
  11 + const result = history.toarray();
  12 + console.log(JSON.stringify(result, null, 2));
  13 + return result;
12 14 }
13 15  
14 16 exports.push = push;
1 1 {
2 2 "name": "komodo-center-sms",
3   - "version": "0.9.6",
  3 + "version": "0.9.7",
4 4 "lockfileVersion": 1,
5 5 "requires": true,
6 6 "dependencies": {
1 1 {
2 2 "name": "komodo-center-sms",
3   - "version": "0.9.6",
  3 + "version": "0.9.7",
4 4 "description": "SMS center for Komodo",
5 5 "main": "index.js",
6 6 "scripts": {