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

Commit

Permalink
Add missing pegjs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Sep 19, 2013
1 parent 636f0b7 commit b7b30e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
},
"publishConfig": {
"registry": "https://atom.iriscouch.com/registry/_design/app/_rewrite"
},
"dependencies": {
"pegjs": "~0.7.0"
}
}

0 comments on commit b7b30e6

Please sign in to comment.