Navigation Menu

Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Move install-docs.js into the scripts folder so that it's not so conf…
Browse files Browse the repository at this point in the history
…using.
  • Loading branch information
isaacs committed May 10, 2010
1 parent 895281c commit 528898b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -17,7 +17,7 @@
, "bin" : { "npm" : "./cli.js" }
, "engines" : { "node" : ">=0.1.91" }
, "scripts" :
{ "activate" : "node install-docs.js"
, "deactivate" : "node install-docs.js"
{ "activate" : "node scripts/install-docs.js"
, "deactivate" : "node scripts/install-docs.js"
}
}
File renamed without changes.

0 comments on commit 528898b

Please sign in to comment.