@nuxtjs/date-fns
Advanced tools
+2
-0
@@ -5,2 +5,4 @@ # Changelog | ||
| ### [1.3.1](https://github.com/nuxt-community/date-fns-module/compare/v1.3.0...v1.3.1) (2020-07-20) | ||
| ## [1.3.0](https://github.com/nuxt-community/date-fns-module/compare/v1.2.0...v1.3.0) (2020-05-05) | ||
@@ -7,0 +9,0 @@ |
+3
-2
| { | ||
| "name": "@nuxtjs/date-fns", | ||
| "version": "1.3.0", | ||
| "version": "1.3.1", | ||
| "description": "Modern JavaScript date utility library - date-fns for Nuxt.js", | ||
@@ -17,2 +17,3 @@ "repository": "nuxt-community/date-fns-module", | ||
| "scripts": { | ||
| "dev": "nuxt test/fixture/basic", | ||
| "lint": "eslint --ext .js,.vue .", | ||
@@ -23,3 +24,3 @@ "release": "yarn test && standard-version && git push --follow-tags && npm publish", | ||
| "dependencies": { | ||
| "date-fns": "^2.12.0" | ||
| "date-fns": "^2.15.0" | ||
| }, | ||
@@ -26,0 +27,0 @@ "devDependencies": { |
+6
-0
@@ -136,2 +136,8 @@ # @nuxtjs/date-fns | ||
| ## Development | ||
| 1. Clone this repository | ||
| 2. Install dependencies using `yarn install` or `npm install` | ||
| 3. Start development server using `npm run dev` | ||
| ## License | ||
@@ -138,0 +144,0 @@ |
27233
1.08%163
3.82%Updated