From 9addcf42a5af11e1bdb07b5470735a64a263e325 Mon Sep 17 00:00:00 2001 From: zswang Date: Sat, 18 Nov 2017 21:16:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Move=20jdists-util=20to=20depend?= =?UTF-8?q?encies=20=F0=9F=93=9D=20Add=20example=20to=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++++++++ package.json | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5733901..ca08a9c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,20 @@ glob as jdists processor * @see [glob](https://github.com/isaacs/node-glob) +## Example + +```html + +*.js +!gulpfile.js + + + +*.js +!gulpfile.js + +``` + ## License MIT © [zswang](http://weibo.com/zswang) diff --git a/package.json b/package.json index 53c2430..110c7a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jdists/glob", - "version": "0.0.1", + "version": "0.0.2", "description": "glob as jdists processor", "main": "lib/index", "typings": "lib/index.d.ts", @@ -33,6 +33,7 @@ "homepage": "https://github.com/jdists/glob#readme", "dependencies": { "glob": "^7.1.2", + "jdists-util": "^0.0.8", "js-yaml": "^3.10.0" }, "devDependencies": { @@ -44,7 +45,6 @@ "gulp-rename": "^1.2.2", "gulp-typescript": "^3.1.6", "istanbul": "^0.3.17", - "jdists-util": "^0.0.8", "merge2": "^1.1.0", "mocha": "^2.0.1", "should": "^4.1.0",