Skip to content

Commit b9699b2

Browse files
committed
Release version 2.0.0
1 parent 9547abb commit b9699b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-typed",
3-
"version": "1.0.3",
3+
"version": "2.0.0",
44
"description": "Sets of ECMAScript / Typescript decorators that helps you write Vue component easily.",
55
"keywords": [
66
"vue",
@@ -34,7 +34,7 @@
3434
"test:common": "npm run build && npm run test:_common",
3535
"test:browser": "npm run build && npm run test:_browser",
3636
"test": "npm run build && npm run test:_es6 && npm run test:_common && npm run test:_browser"
37-
},
37+
},
3838
"devDependencies": {
3939
"@types/chai": "^3.4.34",
4040
"@types/mocha": "^2.2.32",
@@ -69,4 +69,4 @@
6969
"webpack-merge": "^0.13.0"
7070
},
7171
"license": "MIT"
72-
}
72+
}

0 commit comments

Comments
 (0)