+1
-1
| { | ||
| "name": "tracklify", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "Tracklify CLI integration tool (get active task)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+1
-1
@@ -1,1 +0,1 @@ | ||
| NPM_TOKEN=`cat ~/.npm_tracklify` npm publish --access public. | ||
| NPM_TOKEN=`cat ~/.npm_tracklify` npm version patch && npm publish --access public. |
+2
-0
@@ -0,1 +1,3 @@ | ||
| #!/usr/bin/env node | ||
| const http = require('http'); | ||
@@ -2,0 +4,0 @@ const PC_INTEGRATIONS_PORT = 59600; |
1554
2.78%44
2.33%