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

Commit

Permalink
v8.1.0
Browse files Browse the repository at this point in the history
* Support `reflect-metadata` again
  • Loading branch information
kaorun343 committed Mar 21, 2019
1 parent 548a28e commit a4d384e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-property-decorator",
"version": "8.0.0",
"version": "8.1.0",
"description": "property decorators for Vue Component",
"main": "lib/vue-property-decorator.umd.js",
"module": "lib/vue-property-decorator.js",
Expand Down Expand Up @@ -36,7 +36,6 @@
},
"typings": "./lib/vue-property-decorator.d.ts",
"dependencies": {
"reflect-metadata": "^0.1.13",
"vue-class-component": "^7.0.1"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/vue-property-decorator.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** vue-property-decorator verson 8.0.0 MIT LICENSE copyright 2018 kaorun343 */
/** vue-property-decorator verson 8.1.0 MIT LICENSE copyright 2018 kaorun343 */
/// <reference types='reflect-metadata'/>
'use strict'
import Vue, { PropOptions, WatchOptions } from 'vue'
Expand Down

0 comments on commit a4d384e

Please sign in to comment.