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

View File

@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## 3.0.0 - 2018-02-26
* Update to pump@3.0.0. Returns the last stream the pipeline to enable chaining. (Use the individual modules to avoid potentially unnecessary major updates in your project).
## 2.0.0 - 2018-01-30
* Update to pump@2.0.1. (Use the individual modules to avoid potentially unnecessary major updates in your project)
* Pin engines support to >= Node 4.0.0. Run Node LTS or greater.

View File

@@ -1,26 +1,26 @@
{
"_from": "mississippi@^2.0.0",
"_id": "mississippi@2.0.0",
"_from": "mississippi@^3.0.0",
"_id": "mississippi@3.0.0",
"_inBundle": false,
"_integrity": "sha512-zHo8v+otD1J10j/tC+VNoGK9keCuByhKovAvdn74dmxJl9+mWHnx6EMsDN4lgRoMI/eYo2nchAxniIbUPb5onw==",
"_integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==",
"_location": "/mississippi",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mississippi@^2.0.0",
"raw": "mississippi@^3.0.0",
"name": "mississippi",
"escapedName": "mississippi",
"rawSpec": "^2.0.0",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/cacache"
],
"_resolved": "https://registry.npmjs.org/mississippi/-/mississippi-2.0.0.tgz",
"_shasum": "3442a508fafc28500486feea99409676e4ee5a6f",
"_spec": "mississippi@^2.0.0",
"_resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz",
"_shasum": "ea0a3291f97e0b5e8776b363d5f0a12d94c67022",
"_spec": "mississippi@^3.0.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\cacache",
"author": {
"name": "max ogden"
@@ -36,7 +36,7 @@
"flush-write-stream": "^1.0.0",
"from2": "^2.1.0",
"parallel-transform": "^1.1.0",
"pump": "^2.0.1",
"pump": "^3.0.0",
"pumpify": "^1.3.3",
"stream-each": "^1.1.0",
"through2": "^2.0.0"
@@ -58,5 +58,5 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.0.0"
"version": "3.0.0"
}