Comparing version 0.0.1 to 0.0.2
{ | ||
"name":"shake", | ||
"description":"Deployment tool for node", | ||
"version":"0.0.1", | ||
"version":"0.0.2", | ||
"homepage":"http://github.com/wearefractal/shake", | ||
@@ -6,0 +6,0 @@ "repository":"git://github.com/wearefractal/shake.git", |
@@ -29,4 +29,6 @@ ## Information | ||
shake = require 'shake' | ||
shake.target = 'your cool server' | ||
# This is a non-standard config used only within this config | ||
# you can make this file look like whatever you want as long as you export | ||
# your tasks and target | ||
app = | ||
@@ -43,2 +45,3 @@ sudo: "sudo" # Change this to "" to disable sudo | ||
module.exports = | ||
target: 'your cool server' | ||
clean: (local, remote, done) -> | ||
@@ -45,0 +48,0 @@ remote.exec """ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
8061
138