From 7e2b3016b8f16acf03956fbf6aedb87e5576b4ac Mon Sep 17 00:00:00 2001 From: taoqiufeng Date: Wed, 14 Jun 2017 16:41:35 +0800 Subject: [PATCH] change package name --- README.md | 2 +- package.json | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 94c452c..8b8fdb8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ no closing `
  • `, `` etc). ## Install ```shell -npm install --save fast-html-parser +npm install --save node-html-parser ``` ## Performance diff --git a/package.json b/package.json index 0d5dfd6..d681699 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "fast-html-parser", + "name": "node-html-parser", "version": "1.1.0", "description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.", "main": "index.js", @@ -7,7 +7,13 @@ "test": "gulp && mocha", "build": "gulp" }, + "keywords": [ + "fast html parser nodejs typescript" + ], "author": "Xiaoyi Shi ", + "contributors": [ + "taoqf" + ], "license": "MIT", "dependencies": { "entities": "latest" @@ -42,10 +48,10 @@ }, "repository": { "type": "git", - "url": "https://github.com/ashi009/node-fast-html-parser.git" + "url": "https://github.com/taoqf/node-fast-html-parser.git" }, "bugs": { - "url": "https://github.com/ashi009/node-fast-html-parser/issues" + "url": "https://github.com/taoqf/node-fast-html-parser/issues" }, - "homepage": "https://github.com/ashi009/node-fast-html-parser" + "homepage": "https://github.com/taoqf/node-fast-html-parser" }