Skip to content

Commit d26883d

Browse files
authored
[misc] contributing, prepack
1 parent b781a50 commit d26883d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# CONTRIBUTING
2+
3+
* `master` - Last stable version (4.x compatible with Kuzzle v2 and Vue 3)
4+
* `4-dev` - dev branch for version 4.x, compatible with Kuzzle v2 and Vue 3
5+
* `1-dev`, `1-stable` - dev and stable branches for version 1.x, compatible with Kuzzle v1 and Vue 2
6+
* `2-dev`, `2-stable` - dev and stable branches for version 2.x, compatible with Kuzzle v2 and Vue 2

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"types": "./index.d.ts",
77
"scripts": {
88
"test": "echo \"Error: no test specified\"",
9-
"build": "tsc"
9+
"build": "tsc",
10+
"prepack": "npm run build"
1011
},
1112
"repository": {
1213
"type": "git",

0 commit comments

Comments
 (0)