Skip to content

Commit

Permalink
Remove jsdoc and fix compress :) (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore authored Dec 28, 2024
1 parent aee084f commit 492dfbb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@
"test:merge": "mocha --recursive test/merge",
"pretest": "npm run combine && npm run terser",
"test": "mocha --recursive test/api test/dom test/har test/merge",
"jsdoc": "jsdoc -R README.md -r -d dist/doc lib",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
"prepare": "npm run combine && npm run terser && npm run jsdoc",
"prepare": "npm run combine && npm run terser",
"gen-dist": "npm run combine && npm run terser",
"terser": "terser dist/coach.js --compress --mangle --format wrap_iife=true --parse acorn > dist/coach.min.js"
"terser": "terser dist/coach.js --compresss --mangle --format wrap_iife=true --parse acorn > dist/coach.min.js"
},
"devDependencies": {
"browsertime": "23.5.0",
Expand All @@ -51,7 +50,6 @@
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jsdoc": "^4.0.4",
"mkdirp": "^3.0.1",
"mocha": "^10.2.0",
"prettier": "^3.4.2",
Expand Down

0 comments on commit 492dfbb

Please sign in to comment.