nav tabs on admin dashboard

This commit is contained in:
2019-03-07 00:20:34 -06:00
parent f73d6ae228
commit e4f473f376
11661 changed files with 216240 additions and 1544253 deletions
+6 -3
View File
@@ -27,7 +27,7 @@ If you decide to adopt this pattern, please file a PR adding your name to the li
## Install
```
$ npm install --save find-cache-dir
$ npm install find-cache-dir
```
@@ -49,6 +49,8 @@ Finds the cache directory using the supplied options. The algorithm tries to fin
#### options
Type: `Object`
##### name
*Required*<br>
@@ -58,7 +60,7 @@ Should be the same as your project name in `package.json`.
##### files
Type: `Array` `string
Type: `Array` `string`
An array of files that will be searched for a common parent directory. This common parent directory will be used in lieu of the `cwd` option below.
@@ -106,8 +108,9 @@ This is helpful for actually putting actual files in the cache!
- [`babel-loader`](https://github.com/babel/babel-loader)
- [`eslint-loader`](https://github.com/MoOx/eslint-loader)
- [`Phenomic`](https://phenomic.io)
- [`javascripthon-loader`](https://github.com/Beg-in/javascripthon-loader)
## License
MIT © [James Talmage](https://github.com/jamestalmage)
MIT