We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a550c94 commit 739fd09Copy full SHA for 739fd09
1 file changed
package.json
@@ -5,10 +5,19 @@
5
"dependencies": {
6
"fuse.js": "^3.2.0"
7
},
8
+ "scripts": {
9
+ "dev": "vue-build dev",
10
+ "build": "vue-build prod"
11
+ },
12
+ "peerDependencies": {
13
+ "vuex-orm": "^0.15.x"
14
15
"devDependencies": {
- "vue-build": "^2.3.0",
- "vuex": "^3.0.1",
- "vuex-orm": "^0.15.0"
16
+ "vue-build": "^2.3.0"
17
- "main": "dist/index.js"
18
+ "main": "dist/index.js",
19
+ "repository": {
20
+ "type" : "git",
21
+ "url" : "https://github.com/vuex-orm/plugin-search.git"
22
+ }
23
}
0 commit comments