Skip to content

Commit

Permalink
chore: deps updated + minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed Nov 25, 2022
1 parent 7721b00 commit 2eb7394
Show file tree
Hide file tree
Showing 5 changed files with 276 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "nr --filter anu-vue build",
"docs:dev": "nr --filter @anu-vue/documentation dev",
"docs:build": "nr --filter anu-vue build && nr --filter @anu-vue/documentation build",
"clean": "rimraf packages/anu-vue/dist",
"clean": "rimraf packages/anu-vue/dist && rimraf packages/anu-nuxt/dist",
"release": "bumpp package.json packages/anu-vue/package.json --execute 'nr --filter anu-vue build' && na --filter anu-vue publish --no-git-checks",
"lint": "nr --filter anu-vue lint"
},
Expand Down
1 change: 1 addition & 0 deletions packages/anu-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"devDependencies": {
"@nuxt/module-builder": "^0.2.1",
"@nuxt/schema": "^3.0.0",
"@unocss/nuxt": "^0.46.5",
"nuxt": "^3.0.0"
}
}
7 changes: 7 additions & 0 deletions packages/documentation/jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"compilerOptions": {
"types": [
"anu-vue/volar"
]
}
}
Loading

0 comments on commit 2eb7394

Please sign in to comment.