@pokujs/c8 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -9,6 +9,12 @@ Enjoying **Poku**? [Give him a star to show your support](https://github.com/wel
|
|
|
9
9
|
|
|
10
10
|
---
|
|
11
11
|
|
|
12
|
+
📚 [**Documentation**](https://poku.io/docs/documentation/helpers/coverage/c8)
|
|
13
|
+
|
|
14
|
+
</div>
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
12
18
|
☔️ [**@pokujs/c8**](https://github.com/pokujs/c8) is a **Poku** plugin for **V8** code coverage using [**c8**](https://github.com/bcoe/c8).
|
|
13
19
|
|
|
14
20
|
---
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pokujs/c8",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"description": "☔️ A Poku plugin for V8 code coverage using c8.",
|
|
6
6
|
"main": "./lib/index.js",
|
|
7
7
|
"license": "MIT",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"author": "https://github.com/wellwelwel",
|
|
17
17
|
"funding": {
|
|
18
18
|
"type": "github",
|
|
19
|
-
"url": "https://github.com/
|
|
19
|
+
"url": "https://github.com/pokujs/c8?sponsor=1"
|
|
20
20
|
},
|
|
21
21
|
"files": [
|
|
22
22
|
"lib"
|