Skip to content

Commit

Permalink
Bump version for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
myndzi committed May 25, 2019
1 parent 0ca812f commit fea0d5c
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 26 deletions.
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

84 changes: 58 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,75 @@
{
"name" : "@myndzi/glossy",
"version" : "0.1.9",
"description" : "Syslog parser and producer",
"keywords" : ["syslog", "logging"],
"url" : "http://github.com/squeeks/glossy",
"main" : "./index.js",
"author" : "Squeeks <[email protected]>",
"maintainers" : [
{ "name" : "Squeeks", "email" : "[email protected]" }
"name": "@myndzi/glossy",
"version": "0.1.10",
"description": "Syslog parser and producer",
"keywords": [
"syslog",
"logging"
],
"contributors" : [
{ "name": "artifi", "email": "[email protected]" },
{ "name": "Matt Bornski", "email": "[email protected]" },
{ "name": "Fyodor Y", "email": "[email protected]" },
{ "name": "Stan Carney", "email": "[email protected]" },
{ "name": "Alexander Metzner", "email": "[email protected]" },
{ "name": "zaphod1984", "email": "[email protected]" },
{ "name": "Eric Cornelius", "email": "[email protected]" },
{ "name": "horpto", "email": "[email protected]" }
"url": "http://github.com/squeeks/glossy",
"main": "./index.js",
"author": "Squeeks <[email protected]>",
"maintainers": [
{
"name": "Squeeks",
"email": "[email protected]"
}
],
"contributors": [
{
"name": "artifi",
"email": "[email protected]"
},
{
"name": "Matt Bornski",
"email": "[email protected]"
},
{
"name": "Fyodor Y",
"email": "[email protected]"
},
{
"name": "Stan Carney",
"email": "[email protected]"
},
{
"name": "Alexander Metzner",
"email": "[email protected]"
},
{
"name": "zaphod1984",
"email": "[email protected]"
},
{
"name": "Eric Cornelius",
"email": "[email protected]"
},
{
"name": "horpto",
"email": "[email protected]"
}
],
"directories" : {
"lib": "./lib",
"test": "./test"
"directories": {
"lib": "./lib",
"test": "./test"
},
"scripts" : {
"scripts": {
"test": "node test/runner.js"
},
"repository" : {
"repository": {
"type": "git",
"url": "http://github.com/squeeks/glossy.git"
},
"bugs" : {
"bugs": {
"url": "http://github.com/squeeks/glossy/issues"
},
"licenses" : [
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"engines" : { "node": ">= 0.2.5" }
"engines": {
"node": ">= 0.2.5"
}
}

0 comments on commit fea0d5c

Please sign in to comment.