Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
Change badges to shield.io
  • Loading branch information
Log1x committed Jul 22, 2019
1 parent 476c3fd commit 05bf213
Show file tree
Hide file tree
Showing 3 changed files with 986 additions and 1,545 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Sage Directives

[![Latest Stable Version](https://poser.pugx.org/log1x/sage-directives/v/stable)](https://packagist.org/packages/log1x/sage-directives) [![Total Downloads](https://poser.pugx.org/log1x/sage-directives/downloads)](https://packagist.org/packages/log1x/sage-directives)
![Packagist Version](https://img.shields.io/packagist/v/log1x/sage-directives.svg?style=flat-square)
![CircleCI](https://img.shields.io/circleci/build/gh/Log1x/sage-directives.svg?style=flat-square)
![Packagist](https://img.shields.io/packagist/dt/log1x/sage-directives.svg?style=flat-square)

Sage Directives is a simple Composer package adding a variety of useful Blade directives for use with Sage 9 including directives for WordPress, ACF, and various miscellaneous helpers.

Expand All @@ -18,6 +20,13 @@ Install via Composer:
$ composer require log1x/sage-directives
```

## Build Documentation

```bash
$ yarn install
$ yarn run docs:build
```

## Support

- [Documentation](https://log1x.github.io/sage-directives-docs/)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"docs:deploy": "yarn run docs:build && yarn run git-update-ghpages -b master log1x/sage-directives-docs docs/.vuepress/dist"
},
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.0.0-alpha.47",
"@vuepress/plugin-back-to-top": "^1.0.2",
"git-update-ghpages": "^1.3.0",
"vuepress": "^1.0.0-alpha.47"
"vuepress": "^1.0.2"
}
}
Loading

0 comments on commit 05bf213

Please sign in to comment.