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

Create new npm package #5

Merged
merged 2 commits into from Oct 19, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

update package.json

-rename package name to 'loggly-bulk'
-update package version to 1.0.4 as it is new package
-add loggly, winston keywords
-update author details
  • Loading branch information
Shwetajain148 committed Oct 7, 2016
commit eeaea5ad0d45e50b30cf3be6f2f43f80157d3667
@@ -1,13 +1,13 @@
{
"name": "winston-loggly-bulk",
"version": "1.3.1",
"name": "loggly-bulk",
"version": "1.0.4",
"description": "A Loggly transport for winston",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"author": "Shweta Jain <sjain@loggly.com>",

This comment has been minimized.

"repository": {
"type": "git",
"url": "https://github.com/loggly/winston-loggly-bulk.git"
},
"keywords": ["logging", "sysadmin", "tools"],
"keywords": ["loggly", "logging", "sysadmin", "tools", "winston"],
"dependencies": {
"node-loggly-bulk": "~1.1.0"
},
@@ -18,4 +18,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.