Skip to content

Commit b2b5f88

Browse files
committed
Remove tutorials from pixi-api
1 parent f4b584a commit b2b5f88

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"build-next": "cd .. && webdoc && cd example",
2828
"build-pixi-api": "cd ../../pixi-api && webdoc --verbose && cd ../webdoc/example",
2929
"build-pixi-api-prod": "cd ../../pixi-api && webdoc --site-root pixi-api && cd ../webdoc/example",
30-
"build-pixi-api-gcp": "cd ../../pixi-api && webdoc --tutorials ./projects/guides --verbose && cd ../webdoc/example",
31-
"build-pixi-api-gcp-inspect": "cd ../../pixi-api && node --inspect-brk --trace-warnings ../webdoc/example/node_modules/@webdoc/cli/cli.js --tutorials ./projects/guides --verbose && cd ../webdoc/example",
30+
"build-pixi-api-gcp": "cd ../../pixi-api && webdoc --verbose && cd ../webdoc/example",
31+
"build-pixi-api-gcp-inspect": "cd ../../pixi-api && node --inspect-brk --trace-warnings ../webdoc/example/node_modules/@webdoc/cli/cli.js --verbose && cd ../webdoc/example",
3232
"build-pixi-guides": "cd ../../guides && webdoc --tutorials docs && cd ../webdoc/example",
3333
"build-mongodb": "cd ../../node-mongodb-native && webdoc --verbose && cd ../webdoc/example"
3434
},

packages/webdoc-default-template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"@webdoc/types": "^1.5.0",
4747
"code-prettify": "^0.1.0",
4848
"fs-extra": "^9.0.1",
49+
"highlight.js": "~10.7.2",
4950
"markdown-it": "^11.0.0",
50-
"markdown-it-highlightjs": "^3.1.0",
51-
"highlight.js": "~10.7.2"
51+
"markdown-it-highlightjs": "^3.1.0"
5252
},
5353
"devDependencies": {
5454
"@babel/cli": "^7.8.4",

0 commit comments

Comments
 (0)