this.me 2.6.2 → 2.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/main.js +1 -3
- package/package.json +2 -2
package/main.js
CHANGED
|
@@ -8,7 +8,6 @@ const args = process.argv.slice(2);
|
|
|
8
8
|
const neurons = require("neurons.me");
|
|
9
9
|
const cleaker = require("cleaker");
|
|
10
10
|
const netget = require("netget");
|
|
11
|
-
const Atom = require("this.atom");
|
|
12
11
|
//User Context.
|
|
13
12
|
const Me = require("./me");
|
|
14
13
|
const os = require('os');
|
|
@@ -70,7 +69,7 @@ switch(args[0]) {
|
|
|
70
69
|
handleViewerCommand();
|
|
71
70
|
break;
|
|
72
71
|
case 'atom':
|
|
73
|
-
|
|
72
|
+
console.log("Atom");
|
|
74
73
|
break;
|
|
75
74
|
default:
|
|
76
75
|
// Here you can define what you'd like to happen when no arguments are passed.
|
|
@@ -83,7 +82,6 @@ module.exports = {
|
|
|
83
82
|
cleaker,
|
|
84
83
|
netget,
|
|
85
84
|
neurons,
|
|
86
|
-
Atom,
|
|
87
85
|
getAllFiles,
|
|
88
86
|
hashThis,
|
|
89
87
|
hashSrc
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "this.me",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.4",
|
|
4
4
|
"description": "This.me should This.be",
|
|
5
5
|
"bin": {
|
|
6
6
|
".me": "./main.js"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"i.mlearning": "^2.2.0",
|
|
30
30
|
"netget": "^2.2.3",
|
|
31
31
|
"neurons.me": "^2.7.1",
|
|
32
|
-
"this.atom":"1.2.
|
|
32
|
+
"this.atom":"1.2.1",
|
|
33
33
|
"this.audio": "^1.0.6",
|
|
34
34
|
"this.be": "^2.1.6",
|
|
35
35
|
"this.dom": "^1.0.4",
|