File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change 2222 " state"
2323 ],
2424 "exports" : {
25- "." : {
26- "types" : " ./dist/index.d.ts" ,
27- "import" : " ./dist/index.js"
28- },
29- "./plugins/*" : {
30- "types" : " ./dist/plugins/*.d.ts" ,
31- "import" : " ./dist/plugins/*.js"
32- },
33- "./*" : " ./*"
25+ "./*" : " ./dist/*.js" ,
26+ "./package.json" : " ./package.json"
3427 },
3528 "publishConfig" : {
3629 "access" : " public" ,
3730 "registry" : " https://registry.npmjs.org/"
3831 },
39- "module" : " ./dist/index.js" ,
40- "types" : " ./dist/index.d.ts" ,
4132 "files" : [
4233 " CHANGELOG.md" ,
4334 " dist"
5950 "prepare" : " simple-git-hooks"
6051 },
6152 "peerDependencies" : {
62- "vue" : " ^3" ,
63- "vue-router" : " ^4"
53+ "vue-router-plugin-system" : " ^1.0.0"
6454 },
6555 "devDependencies" : {
6656 "@antfu/eslint-config" : " ^4.13.2" ,
You can’t perform that action at this time.
0 commit comments