Skip to content

Commit

Permalink
Merge pull request #64 from newsomc/experimental
Browse files Browse the repository at this point in the history
valid JSON for package.json file
  • Loading branch information
jonnay committed Apr 2, 2013
2 parents ab4684a + 00c806f commit 97deea0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -113,12 +113,14 @@ Usage
If you want to use swank from the node project just add following to your
package.json file:

"devDependencies": {
"swank-js": ">=0.0.1"
{
"devDependencies": {
"swank-js": ">=0.0.1"
},
"scripts": {
"scripts": {
"swank": "node node_modules/swank-js"
}
}

Once this is done you should be able to run up a swank for this project by
running:
Expand Down

0 comments on commit 97deea0

Please sign in to comment.