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 d793ef3 commit 683c183Copy full SHA for 683c183
package.json
@@ -2,7 +2,7 @@
2
"name": "eslint-plugin-vuejs-accessibility",
3
"version": "0.7.0",
4
"description": "An eslint plugin for checking Vue.js files for accessibility",
5
- "main": "dist/src/index.js",
+ "main": "dist/index.js",
6
"scripts": {
7
"lint": "eslint --cache .",
8
"prepublishOnly": "tsc -p tsconfig.build.json",
src/index.ts
@@ -51,4 +51,4 @@ const plugin = {
51
}
52
};
53
54
-export default plugin;
+export = plugin;
0 commit comments