Skip to content

Commit

Permalink
build: v1.0,2
Browse files Browse the repository at this point in the history
  • Loading branch information
madoos committed Aug 22, 2018
1 parent 12ddf79 commit 1a7404f
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "decogger",
"version": "1.0.1",
"version": "1.0.2",
"description": "Centralizes the tracking of logs in a single point.",
"engines": {
"node": ">8.0.0"
Expand Down Expand Up @@ -57,13 +57,20 @@
"prettier-eslint-cli": "^4.7.1",
"supertest": "^3.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/madoos/decogger"
},
"author": {
"name": "kairos DS",
"email": "campus-app@kairosds.com",
"url": "https://www.kairosds.com/"
"name": "Maurice Domínguez",
"email": "maurice.ronet.dominguez@gmail.com",
"url": "https://github.com/madoos"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/madoos/decogger/issues"
},
"license": "ISC",
"homepage": "https://www.kairosds.com/",
"homepage": "https://github.com/madoos/decogger#readme",
"lint-staged": {
"*.js": [
"prettier-eslint --single-quote --bracket-spacing true --print-width 80 --semi --write",
Expand Down

0 comments on commit 1a7404f

Please sign in to comment.