Skip to content

Commit

Permalink
chore: update package
Browse files Browse the repository at this point in the history
  • Loading branch information
zenghongtu committed Oct 4, 2019
1 parent 1826660 commit 5fb0a76
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
@@ -1,8 +1,11 @@
{
"name": "general-news-extractor",
"version": "0.0.0",
"description": "",
"keywords": [],
"version": "0.0.1",
"description": "δΈ€δΈͺζ–°ι—»η½‘ι‘΅ηš„ζ­£ζ–‡γ€ζ ‡ι’˜γ€δ½œθ€…ε’Œζ—₯ζœŸηš„ι€šη”¨ζŠ½ε–ε·₯ε…·",
"keywords": [
"news",
"extractor"
],
"main": "dist/general-news-extractor.cjs.js",
"module": "dist/general-news-extractor.esm.js",
"typings": "dist/types/general-news-extractor.d.ts",
Expand All @@ -12,11 +15,11 @@
"author": "zenghongtu <zenghongtu@gmail.com>",
"repository": {
"type": "git",
"url": ""
"url": "https://github.com/zenghongtu/general-news-extractor-js"
},
"license": "MIT",
"engines": {
"node": ">=6.0.0"
"node": ">=8.0.0"
},
"scripts": {
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
Expand Down

0 comments on commit 5fb0a76

Please sign in to comment.