Skip to content

Commit

Permalink
πŸ”§ Move jdists-util to dependencies
Browse files Browse the repository at this point in the history
πŸ“ Add example to README.md
  • Loading branch information
zswang committed Nov 18, 2017
1 parent 68f045d commit 9addcf4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ glob as jdists processor

* @see [glob](https://github.com/isaacs/node-glob)

## Example

```html
<!--jdists encoding="glob"-->
*.js
!gulpfile.js
<!--/jdists-->

<!--glob-->
*.js
!gulpfile.js
<!--/glob-->
```

## License

MIT Β© [zswang](http://weibo.com/zswang)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand All @@ -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",
Expand Down

0 comments on commit 9addcf4

Please sign in to comment.