diff options
| author | blamestross <blamestross@gmail.com> | 2014-07-01 11:33:09 -0400 |
|---|---|---|
| committer | blamestross <blamestross@gmail.com> | 2014-07-01 11:33:09 -0400 |
| commit | 632bf8c5414e07f5265931c867ced0b49f7d818a (patch) | |
| tree | d6c4829e37d6feaa79cffbacc226149615fb4e65 | |
| parent | cf88aa49baa051daf19dd5cd3308072a298b31c2 (diff) | |
| download | packages-632bf8c5414e07f5265931c867ced0b49f7d818a.tar.gz packages-632bf8c5414e07f5265931c867ced0b49f7d818a.zip | |
I left out a comma. This breaks the babel.
| -rw-r--r-- | packages.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.json b/packages.json index caed27d..e71c38c 100644 --- a/packages.json +++ b/packages.json @@ -759,7 +759,7 @@ "description": "macro-based HTML templating engine", "license": "WTFPL", "web": "https://github.com/flyx/emerald" - } + }, { "name": "vectors", "url": "git://github.com/blamestross/nimrod-vectors", |
