Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored Oct 10, 2024
1 parent 459f034 commit b851545
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"pretest": "npm run compile",
"lint": "gts check",
"samples-test": "mocha build/samples-test",
"docs": "compodoc src/",
"docs": "jsdoc -c .jsdoc.js",
"docs-test": "linkinator docs",
"webpack": "webpack",
"browser-test": "karma start",
Expand All @@ -43,7 +43,6 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@compodoc/compodoc": "1.1.19",
"@types/execa": "^2.0.0",
"@types/extend": "^3.0.1",
"@types/mocha": "^9.0.0",
Expand All @@ -62,6 +61,9 @@
"gts": "^5.0.0",
"http2spy": "^2.0.0",
"is-docker": "^2.0.0",
"jsdoc": "^4.0.0",
"jsdoc-fresh": "^3.0.0",
"jsdoc-region-tag": "^3.0.0",
"karma": "^6.0.0",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^2.0.0",
Expand Down

0 comments on commit b851545

Please sign in to comment.