Skip to content

Commit

Permalink
Merge pull request #141 from arlac77/template-sync-1
Browse files Browse the repository at this point in the history
merge package template from Kronos-Tools/npm-package-template
  • Loading branch information
arlac77 committed Aug 24, 2017
2 parents b325ce9 + fe1a3ab commit 0bde3fc
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@
"release": {
"verifyRelease": "cracks"
},
"keywords": ["loglevel", "logging"],
"keywords": [
"loglevel",
"logging"
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/arlac77/loglevel-mixin/issues"
Expand All @@ -48,8 +51,12 @@
}
],
"nyc": {
"include": ["dist/**/*.js"],
"reporter": ["lcov"],
"include": [
"dist/**/*.js"
],
"reporter": [
"lcov"
],
"report-dir": "./coverage"
},
"template": {
Expand Down

0 comments on commit 0bde3fc

Please sign in to comment.