Skip to content

Commit 739fd09

Browse files
author
Conan Crawford
committed
publish
1 parent a550c94 commit 739fd09

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,19 @@
55
"dependencies": {
66
"fuse.js": "^3.2.0"
77
},
8+
"scripts": {
9+
"dev": "vue-build dev",
10+
"build": "vue-build prod"
11+
},
12+
"peerDependencies": {
13+
"vuex-orm": "^0.15.x"
14+
},
815
"devDependencies": {
9-
"vue-build": "^2.3.0",
10-
"vuex": "^3.0.1",
11-
"vuex-orm": "^0.15.0"
16+
"vue-build": "^2.3.0"
1217
},
13-
"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+
}
1423
}

0 commit comments

Comments
 (0)