File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @markdoc/markdoc" ,
3
3
"author" : " Ryan Paul" ,
4
- "version" : " 0.1.0 " ,
4
+ "version" : " 0.1.1 " ,
5
5
"description" : " A text markup language for documentation" ,
6
6
"main" : " dist/index.js" ,
7
7
"module" : " dist/index.mjs" ,
17
17
"scripts" : {
18
18
"test" : " node -r ts-eager/register ./node_modules/.bin/jasmine" ,
19
19
"marktest" : " node -r ts-eager/register ${INSPECT:+--inspect-brk} spec/marktest/index.ts spec/marktest/tests.yaml" ,
20
- "build" : " npm run build:common && npm run build:types" ,
20
+ "build" : " npx patch-package && npm run build:common && npm run build:types" ,
21
21
"build:common" : " node build.js" ,
22
22
"build:types" : " tsc --emitDeclarationOnly --outDir dist" ,
23
23
"lint" : " eslint ." ,
24
24
"grammar" : " pegjs -o src/grammar/tag.js src/grammar/tag.pegjs && prettier --write src/grammar/tag.js" ,
25
25
"prettier" : " prettier --write index.ts src spec" ,
26
26
"prettier:check" : " prettier --check index.ts src spec" ,
27
27
"type:check" : " tsc --noEmit" ,
28
- "typedoc" : " typedoc index.ts --includeVersion --readme none --excludePrivate --excludeExternals --excludeInternal --sort source-order --out types" ,
29
- "postinstall" : " patch-package"
28
+ "typedoc" : " typedoc index.ts --includeVersion --readme none --excludePrivate --excludeExternals --excludeInternal --sort source-order --out types"
30
29
},
31
30
"engines" : {
32
31
"node" : " >=14.7.0"
You can’t perform that action at this time.
0 commit comments