-
Notifications
You must be signed in to change notification settings - Fork 5.9k
/
Copy pathtest-extension.tar
55 lines (48 loc) · 10 KB
/
test-extension.tar
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
./ 0000755 0000765 0000024 00000000000 13442554767 011760 5 ustar foresthoffman staff ./extension/ 0000755 0000765 0000024 00000000000 13442555643 013766 5 ustar foresthoffman staff ./extension/dist/ 0000755 0000765 0000024 00000000000 13442555556 014734 5 ustar foresthoffman staff ./extension/dist/extension.js 0000644 0000765 0000024 00000000065 13442555462 017303 0 ustar foresthoffman staff module.exports = function() {
console.log("hi");
};