Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 3 changed files Side-by-side Diff

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