nav tabs on admin dashboard
This commit is contained in:
+12
-15
@@ -1,26 +1,26 @@
|
||||
{
|
||||
"_from": "p-try@^1.0.0",
|
||||
"_id": "p-try@1.0.0",
|
||||
"_from": "p-try@^2.0.0",
|
||||
"_id": "p-try@2.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=",
|
||||
"_integrity": "sha512-hMp0onDKIajHfIkdRk3P4CdCmErkYAxxDtP3Wx/4nZ3aGlau2VKh3mZpcuFkH27WQkL/3WBCPOktzA9ZOAnMQQ==",
|
||||
"_location": "/p-try",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "p-try@^1.0.0",
|
||||
"raw": "p-try@^2.0.0",
|
||||
"name": "p-try",
|
||||
"escapedName": "p-try",
|
||||
"rawSpec": "^1.0.0",
|
||||
"rawSpec": "^2.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.0"
|
||||
"fetchSpec": "^2.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/p-limit"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
|
||||
"_shasum": "cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3",
|
||||
"_spec": "p-try@^1.0.0",
|
||||
"_resolved": "https://registry.npmjs.org/p-try/-/p-try-2.0.0.tgz",
|
||||
"_shasum": "85080bb87c64688fa47996fe8f7dfbe8211760b1",
|
||||
"_spec": "p-try@^2.0.0",
|
||||
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\p-limit",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
@@ -32,13 +32,13 @@
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "`Promise#try()` ponyfill - Starts a promise chain",
|
||||
"description": "`Start a promise chain",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"xo": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
"node": ">=6"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
@@ -68,8 +68,5 @@
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "1.0.0",
|
||||
"xo": {
|
||||
"esnext": true
|
||||
}
|
||||
"version": "2.0.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user