From afca02e9accc80bc4fb294f0a6f98181c32866a7 Mon Sep 17 00:00:00 2001 From: chaiyanchen Date: Mon, 14 Sep 2020 15:18:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=B2=BE=E7=AE=80=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E6=B3=A8=E5=85=A5=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ package.json | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index e1f3070..8d202e8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # inject-js +[![Build Status](https://travis-ci.org/searchfe/inject-js.svg?branch=master)](https://travis-ci.org/github/searchfe/inject-js) +[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/searchfe/inject-js) + a dependency Injection library. 依赖注入lib库 diff --git a/package.json b/package.json index 6fb839c..7b8638a 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,11 @@ "url": "https://github.com/searchfe/inject-js/issues" }, "homepage": "https://github.com/searchfe/inject-js#readme", + "files": [ + "dist", + "*.json", + "*.md" + ], "devDependencies": { "@types/jest": "^24.0.12", "@types/node": "^11.13.4",