@doccident/doccident 0.0.9 → 0.0.15
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 +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -695,3 +695,4 @@ This repository contains a dedicated guide for AI agents to understand how to us
|
|
|
695
695
|
[**doccident/guide/index.md**](./guide/index.md)
|
|
696
696
|
|
|
697
697
|
This directory contains instructions on capabilities, verification workflows, and configuration specifically structured for machine consumption.
|
|
698
|
+
TEST
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@doccident/doccident",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"description": "Test all the code in your markdown docs!",
|
|
5
5
|
"main": "dist/doctest.js",
|
|
6
6
|
"files": [
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"bugs": {
|
|
37
37
|
"url": "https://github.com/verifikasjon/doccident/issues"
|
|
38
38
|
},
|
|
39
|
-
"homepage": "https://github.
|
|
39
|
+
"homepage": "https://verifikasjon.github.io/doccident/",
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@eslint/eslintrc": "^3.3.1",
|
|
42
42
|
"@eslint/js": "^9.23.0",
|