Adding raven.js 1.0.0

This commit is contained in:
Matt Robenolt
2013-01-27 23:43:05 -08:00
parent 37a0601d69
commit 8fe67297de
3 changed files with 1623 additions and 4 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+4 -4
View File
@@ -1,22 +1,22 @@
{
"name": "raven.js",
"filename": "raven.min.js",
"version": "0.6.0",
"version": "1.0.0",
"description": "JavaScript client for the Sentry realtime event logging and aggregation platform.",
"homepage": "https://github.com/lincolnloop/raven-js",
"homepage": "https://github.com/getsentry/raven-js",
"keywords": [
"raven",
"sentry"
],
"maintainers": [
{
"name": "Lincoln Loop"
"name": "Matt Robenolt"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/lincolnloop/raven-js"
"url": "git://github.com/getsentry/raven-js.git"
}
]
}