nuxt-statamic-image
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -9,1 +9,3 @@ import path from "path"; | ||
} | ||
module.exports.meta = require("./package.json"); |
{ | ||
"name": "nuxt-statamic-image", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A statamic image component plugin for nuxt", | ||
@@ -9,4 +9,5 @@ "private": false, | ||
"dependencies": { | ||
"path": "^0.12.7", | ||
"vue-statamic-image": "^1.0.12" | ||
} | ||
} |
926
17
2
+ Addedpath@^0.12.7
+ Addedinherits@2.0.3(transitive)
+ Addedpath@0.12.7(transitive)
+ Addedprocess@0.11.10(transitive)
+ Addedutil@0.10.4(transitive)