diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-07-01 18:25:23 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-07-01 18:25:23 +0100 |
| commit | 59728f6a05664c0dbcfde2a5f167b2e73b547c37 (patch) | |
| tree | d6c4829e37d6feaa79cffbacc226149615fb4e65 | |
| parent | 7f07c94624f57482c275673414743795825999de (diff) | |
| parent | 632bf8c5414e07f5265931c867ced0b49f7d818a (diff) | |
| download | packages-59728f6a05664c0dbcfde2a5f167b2e73b547c37.tar.gz packages-59728f6a05664c0dbcfde2a5f167b2e73b547c37.zip | |
Merge pull request #69 from blamestross/master
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", |
