refactor: rename packages
This commit is contained in:
@@ -24,6 +24,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/vue#readme",
|
||||
"dependencies": {
|
||||
"@vue/renderer-dom": "3.0.0-alpha.1"
|
||||
"@vue/runtime-dom": "3.0.0-alpha.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
// TODO this package will be the "full-build" that includes both the runtime
|
||||
// and the compiler
|
||||
export * from '@vue/renderer-dom'
|
||||
export * from '@vue/runtime-dom'
|
||||
|
||||
Reference in New Issue
Block a user