chore: update package.json

This commit is contained in:
DIYgod 2019-09-20 01:43:23 +08:00
parent 1199a988c4
commit f2b291a0c8
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
1 changed files with 4 additions and 1 deletions

View File

@ -1,8 +1,11 @@
{
"name": "rsshub",
"version": "1.0.0",
"version": "0.1.0",
"description": "Make RSS Great Again!",
"main": "lib/pkg.js",
"files": [
"lib"
],
"scripts": {
"start": "node lib/index.js",
"dev": "cross-env NODE_ENV=dev nodemon --inspect lib/index.js",