We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9547abb commit b9699b2Copy full SHA for b9699b2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-typed",
3
- "version": "1.0.3",
+ "version": "2.0.0",
4
"description": "Sets of ECMAScript / Typescript decorators that helps you write Vue component easily.",
5
"keywords": [
6
"vue",
@@ -34,7 +34,7 @@
34
"test:common": "npm run build && npm run test:_common",
35
"test:browser": "npm run build && npm run test:_browser",
36
"test": "npm run build && npm run test:_es6 && npm run test:_common && npm run test:_browser"
37
- },
+ },
38
"devDependencies": {
39
"@types/chai": "^3.4.34",
40
"@types/mocha": "^2.2.32",
@@ -69,4 +69,4 @@
69
"webpack-merge": "^0.13.0"
70
},
71
"license": "MIT"
72
-}
+}
0 commit comments