Skip to content

Commit

Permalink
Merge pull request #419 from Kronos-Integration/template-sync-1
Browse files Browse the repository at this point in the history
merge package from arlac77/npm-package-template
  • Loading branch information
arlac77 committed Jan 1, 2019
2 parents e0e2e04 + 10024f3 commit 383b291
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016,2017,2018 darlenya & arlac77
Copyright (c) 2016,2017,2018,2019 darlenya & arlac77
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"license": "BSD-2-Clause",
"scripts": {
"cover": "c8 --temp-directory build/coverage ava && c8 report -r lcov --temp-directory build/coverage",
"test": "ava",
"docs": "documentation readme src/service-uti.js --section=API",
"lint": "documentation lint src/service-uti.js",
"posttest": "npm run prepare && markdown-doctest",
"prepare": "rollup -c",
"lint": "documentation lint src/service-uti.js"
"test": "ava"
},
"dependencies": {
"kronos-service": "^4.15.0",
Expand All @@ -36,18 +36,18 @@
"uti": "6.0.0"
},
"devDependencies": {
"semantic-release": "^15.13.2",
"markdown-doctest": "^0.9.1",
"rollup": "^1.0.0",
"ava": "^1.0.1",
"c8": "^3.2.1",
"documentation": "^9.1.1",
"rollup-plugin-node-resolve": "^3.4.0",
"esm": "^3.0.84",
"markdown-doctest": "^0.9.1",
"rollup": "^1.0.0",
"rollup-plugin-cleanup": "^3.1.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-executable": "^1.3.0",
"rollup-plugin-cleanup": "^3.1.0",
"rollup-plugin-json": "^3.1.0",
"c8": "^3.2.1",
"esm": "^3.0.84"
"rollup-plugin-node-resolve": "^3.4.0",
"semantic-release": "^15.13.2"
},
"engines": {
"node": ">=10.15.0"
Expand Down

0 comments on commit 383b291

Please sign in to comment.