Comparing version 0.2.2-9 to 0.2.2-10
{ | ||
"name": "ptrr", | ||
"version": "0.2.2-9", | ||
"version": "0.2.2-10", | ||
"description": "Some test package", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,3 +9,3 @@ #!/usr/bin/env node | ||
const FLAGFILE = "/tmp/deploy"; | ||
const FLAGFILE = "/tmp/deployment.flag"; | ||
@@ -22,3 +22,3 @@ const pjson = require('./package.json'); | ||
//fs.writeFile(FLAGFILE); | ||
fs.writeFile(FLAGFILE); | ||
@@ -25,0 +25,0 @@ console.log("--- Latest published version: ", lastPublishedVersion); |
Sorry, the diff of this file is not supported yet
38155