nuxt-scheduler
Advanced tools
Comparing version 0.1.5 to 0.1.7
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "0.1.5" | ||
"version": "0.1.7" | ||
} |
{ | ||
"name": "nuxt-scheduler", | ||
"version": "0.1.5", | ||
"version": "0.1.7", | ||
"description": "Schedule Jobs within Nuxt 3", | ||
@@ -23,3 +23,3 @@ "license": "MIT", | ||
"dev:build": "nuxi build playground", | ||
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground", | ||
"dev:prepare": "nuxt-module-build --stub && nuxt-module-build prepare && nuxi prepare playground", | ||
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags", | ||
@@ -26,0 +26,0 @@ "lint": "eslint .", |
301690