remove test, add files section to package.json

master
Jonatan Nilsson 2020-09-09 16:25:10 +00:00
parent d6c150e613
commit e3b9a094d8
2 changed files with 6 additions and 7 deletions

View File

@ -1,7 +0,0 @@
import * as client from './client.mjs'
client.request('https://api.github.com/repos/thething/sc-helloworld/releases')
.then(
a => console.log('res:', a),
err => console.error('err', err)
).then(() => process.exit(0))

View File

@ -17,6 +17,12 @@
"url": "https://github.com/TheThing/service-core/issues"
},
"homepage": "https://github.com/TheThing/service-core#readme",
"files": [
"lib.mjs",
"package.json",
"README.md",
"core"
],
"dependencies": {
"bunyan-lite": "^1.0.1",
"lodash": "^4.17.20",