Skip to content

Commit

Permalink
Put the jam dependencies in package.json via a postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Jul 28, 2012
1 parent a82fd49 commit 73a86cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -18,9 +18,6 @@ Then clone this project from github and install the libraries for node and the b
git clone https://github.com/creationix/redact
cd redact
npm install
cd public
jam install vfs-socket ace events stream
cd ..
```

Now you're ready to start the server!
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
"install": "jam install -d ./public/jam ace vfs-socket events stream dombuilder"
},
"author": "Tim Caswell",
"license": "MIT"
Expand Down

0 comments on commit 73a86cb

Please sign in to comment.