Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit a4d384e

Browse files
author
kaorun343
committed
v8.1.0
* Support `reflect-metadata` again
1 parent 548a28e commit a4d384e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-property-decorator",
3-
"version": "8.0.0",
3+
"version": "8.1.0",
44
"description": "property decorators for Vue Component",
55
"main": "lib/vue-property-decorator.umd.js",
66
"module": "lib/vue-property-decorator.js",
@@ -36,7 +36,6 @@
3636
},
3737
"typings": "./lib/vue-property-decorator.d.ts",
3838
"dependencies": {
39-
"reflect-metadata": "^0.1.13",
4039
"vue-class-component": "^7.0.1"
4140
},
4241
"repository": {

src/vue-property-decorator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** vue-property-decorator verson 8.0.0 MIT LICENSE copyright 2018 kaorun343 */
1+
/** vue-property-decorator verson 8.1.0 MIT LICENSE copyright 2018 kaorun343 */
22
/// <reference types='reflect-metadata'/>
33
'use strict'
44
import Vue, { PropOptions, WatchOptions } from 'vue'

0 commit comments

Comments
 (0)