Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.

Commit 716fb5e

Browse files
committed
chore: doc -> docs
1 parent 35d3b20 commit 716fb5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ node_js:
33
- '10'
44
script:
55
- npm run test
6-
- npm run doc
6+
- npm run docs
77
deploy:
88
provider: pages
99
skip-cleanup: true

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"scripts": {
1010
"lint": "eslint 'src/**/*.js' 'test/**/*.js'",
1111
"test": "ava",
12-
"doc": "esdoc",
13-
"doc:watch": "nodemon --watch src --exec 'npm run doc'",
12+
"docs": "esdoc",
13+
"docs:watch": "nodemon --watch src --exec 'npm run doc'",
1414
"code-quality": "npm run lint && npm run test",
1515
"cleanup": "rm -rf dist",
1616
"transpile": "babel src -d dist",

0 commit comments

Comments
 (0)