Skip to content

Commit

Permalink
test: remove test command till tests are implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
aerophobic committed Aug 20, 2022
1 parent 638af5f commit 86af365
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blokwise/dynamic",
"version": "2.0.0-1",
"version": "1.5.0",
"description": "Load components initialized through @nuxt/components dyamically.",
"author": "Julian Derungs <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -33,8 +33,7 @@
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"lint": "eslint . --ext .ts,.vue",
"format-check": "npx prettier --check ./",
"format-write": "npx prettier --write ./",
"test": "jest"
"format-write": "npx prettier --write ./"
},
"dependencies": {
"@nuxt/kit": "^3.0.0-rc.6",
Expand Down

0 comments on commit 86af365

Please sign in to comment.