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 3d46a37 commit 6717691Copy full SHA for 6717691
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-router-middleware-plugin",
3
- "version": "0.1.0-beta.0",
+ "version": "0.1.0-beta.1",
4
"description": "A vue.js plugin to implement a middleware pipeline between your routes.",
5
"main": "build/index.js",
6
"types": "build/index.d.ts",
tsconfig.json
@@ -63,5 +63,6 @@
63
/* Advanced Options */
64
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
65
},
66
+ "include": ["src/**/*.ts"],
67
"exclude": ["node_modules", "**/*.spec.ts"]
68
}
0 commit comments