Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Dec 22, 2024
1 parent da2425d commit adb77b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
"module": "dist/js/unit.gl.js",
"style": "dist/css/unit.gl.css",
"scripts": {
"pack-build": "npx pack --config ./pack.yml",
"pack-watch": "npx pack --config ./pack.yml --live",
"start": "node dist/index.js",
"format": "npx prettier --write .",
"lint": "eslint 'src/**/*.ts' || true",
"prettify": "prettier --write 'src/**/*.ts'",
Expand Down Expand Up @@ -83,7 +86,7 @@
"prettier": "^3.0.3",
"sass": "^1.66.1",
"sass-loader": "^16.0.1",
"sassdoc": "^2.7.4",
"sassdoc": "^1.10.12",
"style-loader": "^4.0.0",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
Expand Down

0 comments on commit adb77b3

Please # to comment.