chore(release): v0.0.1

This commit is contained in:
arashsheyda
2023-04-16 13:27:42 +03:00
parent 2ef1074ffa
commit 7301bb390c
2 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "nuxt-mongoose",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"description": "Nuxt 3 module for MongoDB with Mongoose",
"license": "MIT",
"repository": {
@ -25,7 +25,7 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"release": "npm run lint && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch"
@ -49,4 +49,4 @@
"nuxt": "^3.4.1",
"vitest": "^0.30.1"
}
}
}