File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuxt-runtime-compiler" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"description" : " A simple module enabling the vue template compiler on Nuxt 2 and 3" ,
5
5
"license" : " MIT" ,
6
6
"type" : " module" ,
27
27
"dev:prepare" : " nuxt-module-build --stub && nuxi prepare playground"
28
28
},
29
29
"dependencies" : {
30
- "@nuxt/kit" : " ^3.0.0-rc.10"
30
+ "@nuxt/kit" : " ^3.0.0" ,
31
+ "pathe" : " ^0.3.2"
31
32
},
32
33
"devDependencies" : {
33
34
"@nuxt/module-builder" : " latest" ,
34
35
"@nuxtjs/eslint-config-typescript" : " latest" ,
35
36
"eslint" : " latest" ,
36
- "nuxt" : " ^3.0.0-rc.10" ,
37
- "pathe" : " ^0.3.2"
37
+ "nuxt" : " ^3.0.0"
38
38
},
39
39
"keywords" : [
40
40
" nuxt" ,
Original file line number Diff line number Diff line change 1
- import { defineNuxtConfig } from 'nuxt'
2
- import nuxtRuntimeCompiler from "../src/module"
1
+ import nuxtRuntimeCompiler from '../src/module'
3
2
4
3
export default defineNuxtConfig ( {
5
4
modules : [
6
5
nuxtRuntimeCompiler
7
- ] ,
6
+ ]
8
7
} )
You can’t perform that action at this time.
0 commit comments