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 d27ee0c commit 56d203cCopy full SHA for 56d203c
package.json
@@ -8,13 +8,9 @@
8
"vue-router"
9
],
10
"files": [
11
- "dist/redux-first-vue-routing.min.js",
12
- "src/index.js",
13
- "src/action-creators.js",
14
- "src/action-types.json",
15
- "src/middleware.js",
16
- "src/plugin.js",
17
- "src/reducer.js"
+ "dist/",
+ "src/",
+ "!**/*.spec.js"
18
19
"main": "src/index.js",
20
"module": "src/index.js",
0 commit comments