Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update license and contributors in package.json #7

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

update license and contributors in package.json

- adding license info for easy lookup
- use short form for contributors, removed `Loggly` as contributer as its author
  • Loading branch information
derekrjones committed Nov 10, 2016
commit 72ff156c1011e989a51fa0e192791d204ab5ee1b
@@ -2,19 +2,12 @@
"name": "winston-loggly-bulk",
"version": "1.3.4",
"description": "A Loggly transport for winston",
"author": "Loggly <sjain@loggly.com>",
"author": "Loggly <sjain@loggly.com> (https://github.com/loggly)",
"contributors": [
{
"name": "Loggly",
"email": "sjain@loggly.com",
"url": "https://github.com/loggly"
},
{
"name": "Shweta Jain",
"email": "shweta.jain@psquickit.com",
"url": "https://github.com/shwetajain148"
}
"Charlie Robbins <charlie.robbins@gmail.com> (http://www.github.com/indexzero)",
"Shweta Jain <shweta.jain@psquickit.com> (https://github.com/shwetajain148)"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/loggly/winston-loggly-bulk.git"
@@ -30,4 +23,4 @@
"main": "./lib/winston-loggly",
"scripts": { "test": "vows --spec" },
"engines": { "node": ">= 0.8.0" }
}
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.