Skip to content

Commit

Permalink
Merge branch 'docked-display-plugin' into timepicker-docked-plugin-im…
Browse files Browse the repository at this point in the history
…plementation
  • Loading branch information
gselderslaghs committed Jan 10, 2025
2 parents 939d968 + 221ae63 commit c99bb12
Show file tree
Hide file tree
Showing 6 changed files with 331 additions and 33 deletions.
266 changes: 249 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"lint": "eslint .",
"test": "npm run build && jasmine-browser-runner runSpecs",
"build": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
"release": "npm run lint && npm run build && node ci/compress.js",
"release": "npm run lint && npm run build -- --environment BUILD:release && node ci/compress.js",
"preversion": "npm run lint && npm test",
"version": "npm run build && node ci/compress.js && git add ."
"version": "npm run build -- --environment BUILD:release && node ci/compress.js && git add ."
},
"lint-staged": {
"js/*.js": [
Expand All @@ -57,10 +57,12 @@
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^20.5.2",
"archiver": "^7.0.1",
"autoprefixer": "^9.8.6",
"eslint": "^9.10.0",
"jasmine": "^5.1.0",
"jasmine-browser-runner": "^2.5.0",
"jasmine-core": "^5.2.0",
"postcss": "^8.4.49",
"rollup": "^4.20.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.1.1",
Expand Down
Loading

0 comments on commit c99bb12

Please sign in to comment.