Skip to content

Commit 8988b62

Browse files
authored
add codeowners (#8)
1 parent 2f665c8 commit 8988b62

File tree

3 files changed

+14
-23
lines changed

3 files changed

+14
-23
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+

.npmignore

Lines changed: 0 additions & 21 deletions
This file was deleted.

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,18 @@
6565
"url": "https://github.com/Schleifner/assemblyscript-unittest-framework.git"
6666
},
6767
"contributors": [
68-
"Congcong Cai <congcongcai0907@163.com>",
68+
"Congcong Cai <congcong.cai@bmw.com>",
6969
"XMadrid <[email protected]>"
7070
],
71-
"license": "Apache-2.0"
71+
"license": "Apache-2.0",
72+
"files": [
73+
"assembly/**/*",
74+
"bin/**/*",
75+
"dist/**/*",
76+
"docs/**/*",
77+
"example/**/*",
78+
"transform/**/*",
79+
"LICENSE",
80+
"README.md"
81+
]
7282
}

0 commit comments

Comments
 (0)