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,21 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="2.0.0"></a>
# [2.0.0](https://github.com/nexdrew/which-module/compare/v1.0.0...v2.0.0) (2017-05-01)
### Features
* remove Node < 4 from official testing/support ([#22](https://github.com/nexdrew/which-module/issues/22)) ([ee7aff4](https://github.com/nexdrew/which-module/commit/ee7aff4))
### BREAKING CHANGES
* Node 0.10 or 0.12 no longer supported, please update to Node 4+ or use which-module@1.0.0
<a name="1.0.0"></a>
# 1.0.0 (2016-06-06)

View File

@@ -1,28 +1,28 @@
{
"_from": "which-module@^1.0.0",
"_id": "which-module@1.0.0",
"_from": "which-module@^2.0.0",
"_id": "which-module@2.0.0",
"_inBundle": false,
"_integrity": "sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8=",
"_integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=",
"_location": "/which-module",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "which-module@^1.0.0",
"raw": "which-module@^2.0.0",
"name": "which-module",
"escapedName": "which-module",
"rawSpec": "^1.0.0",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/sass-graph/yargs",
"/webpack-dev-server/yargs"
"/webpack-dev-server/yargs",
"/yargs"
],
"_resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz",
"_shasum": "bba63ca861948994ff307736089e3b96026c2a4f",
"_spec": "which-module@^1.0.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\sass-graph\\node_modules\\yargs",
"_resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
"_shasum": "d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a",
"_spec": "which-module@^2.0.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\yargs",
"author": {
"name": "nexdrew"
},
@@ -33,11 +33,11 @@
"deprecated": false,
"description": "Find the module object for something that was require()d",
"devDependencies": {
"ava": "^0.15.2",
"coveralls": "^2.11.9",
"nyc": "^6.4.4",
"standard": "^7.1.2",
"standard-version": "^2.3.0"
"ava": "^0.19.1",
"coveralls": "^2.13.1",
"nyc": "^10.3.0",
"standard": "^10.0.2",
"standard-version": "^4.0.0"
},
"files": [
"index.js"
@@ -65,5 +65,5 @@
"release": "standard-version",
"test": "nyc ava"
},
"version": "1.0.0"
"version": "2.0.0"
}