@ax2/dayjs-module
Advanced tools
+8
-0
@@ -6,2 +6,10 @@ # Change Log | ||
| ## [0.1.2](https://github.com/ax2inc/nuxt-modules/compare/@ax2/dayjs-module@0.1.1...@ax2/dayjs-module@0.1.2) (2019-03-15) | ||
| **Note:** Version bump only for package @ax2/dayjs-module | ||
| ## 0.1.1 (2018-10-18) | ||
@@ -8,0 +16,0 @@ |
| import dayjs from 'dayjs'; | ||
| export default async function (ctx, inject) { | ||
| ctx.$dayjs = dayjs; | ||
| inject('dayjs', dayjs); | ||
| } |
+11
-11
| { | ||
| "name": "@ax2/dayjs-module", | ||
| "version": "0.1.1", | ||
| "version": "0.1.2", | ||
| "description": "Day.js integration for Nuxt", | ||
@@ -25,15 +25,15 @@ "license": "MIT", | ||
| "codecov": "latest", | ||
| "eslint": "^5.5.0", | ||
| "eslint-config-airbnb-base": "^13.1.0", | ||
| "eslint-loader": "^2.0.0", | ||
| "eslint-plugin-import": "^2.14.0", | ||
| "eslint-plugin-jest": "^21.22.0", | ||
| "eslint-plugin-vue": "^4.0.0", | ||
| "jest": "^23.6.0", | ||
| "eslint": "5.13.0", | ||
| "eslint-config-airbnb-base": "13.1.0", | ||
| "eslint-loader": "2.1.2", | ||
| "eslint-plugin-import": "2.16.0", | ||
| "eslint-plugin-jest": "22.3.0", | ||
| "eslint-plugin-vue": "5.2.1", | ||
| "jest": "24.1.0", | ||
| "jsdom": "latest", | ||
| "nuxt": "^2.2.0", | ||
| "request-promise-native": "^1.0.5", | ||
| "nuxt": "2.4.3", | ||
| "request-promise-native": "1.0.5", | ||
| "standard-version": "latest" | ||
| }, | ||
| "gitHead": "e8f3dda50b93b9034b9e3817866b9a8f0d0ce420" | ||
| "gitHead": "2215412e6b1519de1305d713d090ff2ef16fb6e9" | ||
| } |
+1
-1
@@ -69,4 +69,4 @@ # dayjs-module | ||
| [MIT License](./LICENSE) | ||
| [MIT License](../../LICENSE) | ||
| Copyright (c) Ax2 Inc. |
-21
| MIT License | ||
| Copyright (c) Ax2 Inc. | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
3780
-19.25%6
-14.29%23
-4.17%