boom-deploy
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -29,3 +29,3 @@ var _ = require('lodash'); | ||
try { | ||
self.source = JSON.parse(fs.readFileSync(path.resolve(process.cwd(),'./config.json'))); | ||
self.source = JSON.parse(fs.readFileSync(path.resolve(process.cwd(),'./boom.json'))); | ||
} catch(err) { | ||
@@ -32,0 +32,0 @@ logger.error('config.json error', err); |
@@ -9,3 +9,3 @@ var fs = require('fs'); | ||
try { | ||
taskSource = fs.readFileSync(path.resolve(process.cwd(),'./tasks')).toString(); | ||
taskSource = fs.readFileSync(path.resolve(process.cwd(),'./boom.tasks')).toString(); | ||
} catch(err) { | ||
@@ -23,3 +23,3 @@ logger.error('read tasks error', err); | ||
}, | ||
init: function(){ | ||
@@ -26,0 +26,0 @@ var self = this; |
{ | ||
"name": "boom-deploy", | ||
"main": "boom.js", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "deploy your app", | ||
@@ -13,3 +13,3 @@ "keywords": [ | ||
"bin": { | ||
"boom": "./bin/boom.js" | ||
"boom": "./bin/boom" | ||
}, | ||
@@ -16,0 +16,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8002
13
242