Skip to content

Commit

Permalink
chore: Reorganize package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoltman committed Nov 2, 2019
1 parent fbf7224 commit da1c194
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,18 @@
"name": "@medley/cookie",
"version": "0.2.1",
"description": "Medley plugin for parsing and setting cookies",
"license": "MIT",
"author": "Nathan Woltman <[email protected]>",
"main": "cookie.js",
"files": [
"cookie.js"
],
"engines": {
"node": ">=6"
},
"license": "MIT",
"author": "Nathan Woltman <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/medleyjs/cookie.git"
},
"repository": "github:medleyjs/cookie",
"homepage": "https://github.com/medleyjs/cookie#readme",
"bugs": {
"url": "https://github.com/medleyjs/cookie/issues"
},
"bugs": "https://github.com/medleyjs/cookie/issues",
"keywords": [
"cookie",
"parsing",
Expand All @@ -28,10 +23,7 @@
"medley"
],
"nyc": {
"reporter": [
"html",
"text-summary"
],
"reporter": ["html", "text-summary"],
"check-coverage": true,
"branches": 100,
"lines": 100,
Expand Down

0 comments on commit da1c194

Please sign in to comment.