Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit 530d4ad

Browse files
authored
Merge pull request #304 from Kronos-Integration/template-sync-1
merge package template from arlac77/npm-package-template
2 parents 40b5495 + c95c296 commit 530d4ad

2 files changed

Lines changed: 26 additions & 27 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
package-lock.json
21
node_modules
32
build
43
dist

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
{
22
"name": "kronos-step",
33
"version": "0.0.0-semantic-release",
4-
"description": "basic step implementation",
54
"main": "dist/step.js",
65
"module": "src/step.js",
6+
"description": "basic step implementation",
77
"keywords": [],
8+
"contributors": [
9+
{
10+
"name": "Torsten Link",
11+
"email": "torstenlink@gmx.de"
12+
},
13+
{
14+
"name": "Markus Felten",
15+
"email": "markus.felten@gmx.de"
16+
}
17+
],
18+
"license": "BSD-2-Clause",
819
"scripts": {
920
"cover": "nyc --temp-directory build/nyc ava",
1021
"doc": "./node_modules/.bin/jsdoc lib/*.js",
@@ -17,14 +28,6 @@
1728
"docs": "documentation readme src/step.js --section=API",
1829
"lint": "documentation lint src/step.js"
1930
},
20-
"repository": {
21-
"type": "git",
22-
"url": "git+https://github.com/Kronos-Integration/kronos-step.git"
23-
},
24-
"bugs": {
25-
"url": "https://github.com/Kronos-Integration/kronos-step/issues"
26-
},
27-
"homepage": "https://github.com/Kronos-Integration/kronos-step#readme",
2831
"dependencies": {
2932
"kronos-service": "^4.13.3",
3033
"loglevel-mixin": "^2.0.1"
@@ -39,28 +42,17 @@
3942
"xo": "^0.19.0",
4043
"documentation": "^5.3.5"
4144
},
42-
"contributors": [
43-
{
44-
"name": "Torsten Link",
45-
"email": "torstenlink@gmx.de"
46-
},
47-
{
48-
"name": "Markus Felten",
49-
"email": "markus.felten@gmx.de"
50-
}
51-
],
52-
"license": "BSD-2-Clause",
5345
"engines": {
5446
"node": ">=8.9.3"
5547
},
56-
"xo": {
57-
"space": true
48+
"repository": {
49+
"type": "git",
50+
"url": "git+https://github.com/Kronos-Integration/kronos-step.git"
5851
},
59-
"template": {
60-
"repository": {
61-
"url": "https://github.com/arlac77/npm-package-template.git"
62-
}
52+
"bugs": {
53+
"url": "https://github.com/Kronos-Integration/kronos-step/issues"
6354
},
55+
"homepage": "https://github.com/Kronos-Integration/kronos-step#readme",
6456
"ava": {
6557
"files": [
6658
"build/*-test.js"
@@ -77,5 +69,13 @@
7769
"lcov"
7870
],
7971
"report-dir": "./build/coverage"
72+
},
73+
"xo": {
74+
"space": true
75+
},
76+
"template": {
77+
"repository": {
78+
"url": "https://github.com/arlac77/npm-package-template.git"
79+
}
8080
}
8181
}

0 commit comments

Comments
 (0)