Skip to content

Commit

Permalink
quote dependencies in json
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbski committed Nov 7, 2012
1 parent 65fc88b commit d05117d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ and add it to your package.json devDependencies using a `*` as the version tag s
Note: you need to remove the `// comments` from the lines below to be valid json

```json
devDependencies: {
"devDependencies": {
"chai": "*", // or for more fine grained control, specify
"chai-stack": "*", // it will use whatever version of chai is already installed
"mocha": "*" // or for more fine grained control, specify
Expand Down

0 comments on commit d05117d

Please sign in to comment.