Skip to content
This repository has been archived by the owner on Dec 23, 2018. It is now read-only.

Commit

Permalink
updated npm linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Condon committed Sep 26, 2011
1 parent 1c88071 commit edb30bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var Structr = require('Structr'),
var Structr = require('structr'),
App = require('./app'),
gumbo = require('gumbo');

Expand Down
2 changes: 1 addition & 1 deletion lib/link/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ exports.link = function(ops, callback)
{
console.log("Linking with npm: " + ops.appDir);

exec('sudo npm link', { cwd: ops.appDir }, callback);
exec('sudo npm install --unsafe-perm', { cwd: ops.appDir }, callback);
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name":"gittyup",
"descriptions": "easy git deployment for node.js apps",
"version": "0.0.10",
"version": "0.0.12",
"author": "Craig Condon <craig@spiceapps.com>",
"repository": {
"type": "git",
Expand Down

0 comments on commit edb30bf

Please sign in to comment.