mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix trailing comma that breaks JSON parsing.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"release": "0.6.3",
|
||||
"notices": [
|
||||
"When using the `http` package synchronously on the server, errors",
|
||||
"are now thrown rather than passed in `result.error`.",
|
||||
"are now thrown rather than passed in `result.error`."
|
||||
],
|
||||
"packageNotices": {
|
||||
"coffeescript": ["CoffeeScript has been updated to 1.6.2 from 1.5.0. See",
|
||||
|
||||
Reference in New Issue
Block a user