nuxt-resource-module
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -59,3 +59,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
else { | ||
vm.$set(vm, key, value); | ||
console.warn('[nuxt-resrouce-module]', "Please add " + key + " to the data property"); | ||
} | ||
@@ -62,0 +62,0 @@ }); |
{ | ||
"name": "nuxt-resource-module", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "@nuxtjs/axios based API request wrapper for Nuxt.js", | ||
@@ -23,3 +23,7 @@ "main": "dist/module.js", | ||
"test:unit:watch": "jest --config jest.config.js --watch", | ||
"release": "run-s lint test:unit build standard-version" | ||
"prepublish": "run-s lint test:unit build", | ||
"patch": "npm version patch", | ||
"release": "standard-version", | ||
"release:patch": "run-s patch git:publish", | ||
"git:publish": "git push --follow-tags origin master && npm publish" | ||
}, | ||
@@ -26,0 +30,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20814
5