Skip to content

Commit

Permalink
Merge pull request #1267 from Kronos-Integration/npm-template-sync/ar…
Browse files Browse the repository at this point in the history
…lac77/npm-package-template-kronos-module

merge from arlac77/npm-package-template-kronos-module
  • Loading branch information
arlac77 committed Feb 23, 2020
2 parents f9bbe59 + 755af59 commit 962f433
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
[![Build Status](https://secure.travis-ci.org/Kronos-Integration/service-admin.png)](http://travis-ci.org/Kronos-Integration/service-admin)
[![Greenkeeper](https://badges.greenkeeper.io/Kronos-Integration/service-admin.svg)](https://greenkeeper.io/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/Kronos-Integration/service-admin)
[![codecov.io](http://codecov.io/github/Kronos-Integration/service-admin/coverage.svg?branch=master)](http://codecov.io/github/Kronos-Integration/service-admin?branch=master)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Coverage Status](https://coveralls.io/repos/Kronos-Integration/service-admin/badge.svg)](https://coveralls.io/r/Kronos-Integration/service-admin)
[![Known Vulnerabilities](https://snyk.io/test/github/Kronos-Integration/service-admin/badge.svg)](https://snyk.io/test/github/Kronos-Integration/service-admin)

# kronos-service-admin
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
],
"license": "BSD-2-Clause",
"scripts": {
"test": "ava && ava --timeout 2m",
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
"test": "ava --node-arguments '--experimental-modules' --timeout 2m",
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --node-arguments '--experimental-modules' --timeout 2m && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
"docs": "documentation readme src/service-admin.mjs --section=API",
"lint": "documentation lint src/service-admin.mjs"
},
"dependencies": {
"@kronos-integration/service": "^8.3.14"
},
"devDependencies": {
"ava": "^3.3.0",
"ava": "^3.4.0",
"c8": "^7.1.0",
"documentation": "^12.1.4",
"got": "^10.6.0",
Expand Down

0 comments on commit 962f433

Please sign in to comment.