remove test, add files section to package.json
This commit is contained in:
parent
d6c150e613
commit
e3b9a094d8
2 changed files with 6 additions and 7 deletions
|
@ -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))
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue