Skip to content

Commit c832896

Browse files
authored
chore: clean playground and 1.1.2
2 parents 73b8320 + 89efc68 commit c832896

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-runtime-compiler",
3-
"version": "1.1.0",
3+
"version": "1.1.2",
44
"description": "A simple module enabling the vue template compiler on Nuxt 2 and 3",
55
"license": "MIT",
66
"type": "module",
@@ -27,14 +27,14 @@
2727
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground"
2828
},
2929
"dependencies": {
30-
"@nuxt/kit": "^3.0.0-rc.10"
30+
"@nuxt/kit": "^3.0.0",
31+
"pathe": "^0.3.2"
3132
},
3233
"devDependencies": {
3334
"@nuxt/module-builder": "latest",
3435
"@nuxtjs/eslint-config-typescript": "latest",
3536
"eslint": "latest",
36-
"nuxt": "^3.0.0-rc.10",
37-
"pathe": "^0.3.2"
37+
"nuxt": "^3.0.0"
3838
},
3939
"keywords": [
4040
"nuxt",

playground/nuxt.config.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
import { defineNuxtConfig } from 'nuxt'
2-
import nuxtRuntimeCompiler from "../src/module"
1+
import nuxtRuntimeCompiler from '../src/module'
32

43
export default defineNuxtConfig({
54
modules: [
65
nuxtRuntimeCompiler
7-
],
6+
]
87
})

0 commit comments

Comments
 (0)