Skip to content

Commit

Permalink
chore: update package.json from template
Browse files Browse the repository at this point in the history
chore(git): update .gitignore from template
  • Loading branch information
arlac77 committed Dec 28, 2017
1 parent 3a97644 commit 2353cf8
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 36 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
package-lock.json
node_modules
build
dist
Expand Down
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
{
"name": "kronos-service-koa",
"version": "0.0.0-semantic-release",
"main": "dist/service-koa.js",
"module": "src/service-koa.js",
"description": "koa backed http server",
"keywords": [
"kronos-service"
],
"main": "dist/service-koa.js",
"module": "src/service-koa.js",
"contributors": [
{
"name": "Torsten Link",
"email": "torstenlink@gmx.de"
},
{
"name": "Markus Felten",
"email": "markus.felten@gmx.de"
}
],
"license": "BSD-2-Clause",
"scripts": {
"cover": "nyc --temp-directory build/nyc ava",
"test": "ava",
Expand All @@ -18,14 +29,6 @@
"prepare": "rollup -c",
"lint": "documentation lint src/service-koa.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kronos-Integration/kronos-service-koa.git"
},
"bugs": {
"url": "https://github.com/Kronos-Integration/kronos-service-koa/issues"
},
"homepage": "https://github.com/Kronos-Integration/kronos-service-koa#readme",
"dependencies": {
"koa-jwt": "3.3.0",
"koa-static": "4.0.2",
Expand All @@ -48,20 +51,28 @@
"xo": "^0.19.0",
"documentation": "^5.3.5"
},
"contributors": [
{
"name": "Torsten Link",
"email": "torstenlink@gmx.de"
},
{
"name": "Markus Felten",
"email": "markus.felten@gmx.de"
}
],
"license": "BSD-2-Clause",
"engines": {
"node": ">=8.9.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kronos-Integration/kronos-service-koa.git"
},
"bugs": {
"url": "https://github.com/Kronos-Integration/kronos-service-koa/issues"
},
"homepage": "https://github.com/Kronos-Integration/kronos-service-koa#readme",
"ava": {
"files": [
"build/*-test.js"
],
"presets": [
"env"
],
"require": [
"babel-register"
]
},
"nyc": {
"include": [
"build/*-test.js",
Expand All @@ -72,23 +83,12 @@
],
"report-dir": "./build/coverage"
},
"xo": {
"space": true
},
"template": {
"repository": {
"url": "https://github.com/arlac77/npm-package-template.git"
}
},
"xo": {
"space": true
},
"ava": {
"files": [
"build/*-test.js"
],
"presets": [
"env"
],
"require": [
"babel-register"
]
}
}

0 comments on commit 2353cf8

Please sign in to comment.