Skip to content

Commit 14f6b5a

Browse files
committed
docs: add .nojekyll file to render Github pages as it is
1 parent c4331b0 commit 14f6b5a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/.nojekyll

Whitespace-only changes.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"workfront-api-constants": "2.0.0"
1515
},
1616
"dependencies": {
17-
"@types/node": "8.0.14",
1817
"es6-promise": "4.1.1",
1918
"form-data": "2.2.0",
2019
"isomorphic-fetch": "2.2.1",
@@ -24,6 +23,7 @@
2423
"devDependencies": {
2524
"@types/form-data": "2.2.0",
2625
"@types/mocha": "2.2.41",
26+
"@types/node": "8.0.14",
2727
"@types/should": "8.3.0",
2828
"codecov": "2.2.0",
2929
"dateformat": "2.0.0",
@@ -59,7 +59,7 @@
5959
"e2e": "CI=true mocha --no-timeouts test/e2e.test.js",
6060
"debug": "npm run test -- --auto-watch --browsers Chrome --no-single-run",
6161
"build": "webpack -p --bail && tsc -p ./tsconfig.json -d --declarationDir ./typings",
62-
"docs": "rm -rf ./docs/ && typedoc --out ./docs/ ./src/ --excludePrivate --excludeExternals --exclude \"**/*.spec.ts\"",
62+
"docs": "rm -rf ./docs/ && typedoc --out ./docs/ ./src/ --excludePrivate --excludeExternals --exclude \"**/*.spec.ts\" && touch ./docs/.nojekyll",
6363
"prepublish": "npm run build",
6464
"version": "npm run docs && node ./generate-changelog.js && git add docs CHANGELOG.md",
6565
"start": "http-server -a localhost -p 8000 -o --cors -c-1"

0 commit comments

Comments
 (0)