diff --git a/package.json b/package.json index 69cccd0..8aeb932 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ "test": "echo \"Error: no test specified\" && exit 1", "eslint": "./node_modules/.bin/eslint index.js", "docs": "jsdoc src -d docs --readme ./README.md -c ./conf.json -u ./tutorials", - "docs2": "jsdoc src -d docs --readme ./README.md -c ./conf.json -u ./tutorials -t node_modules/jsdoc-template", "predeploy": "npm run docs", "deploy": "gh-pages -d docs", "prettier:check": "prettier src --check",