Skip to content

Commit e2b3360

Browse files
committed
Fix cypress test in github workflow MODULE_NOT_FOUND
1 parent efe4b55 commit e2b3360

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

index.js

Whitespace-only changes.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modbus2mqtt/angular",
3-
"version": "0.12.9",
3+
"version": "0.12.10",
44
"sshserver": "[email protected]",
55
"credits": "multiple choice by Studio 365 from <a href='https://thenounproject.com/browse/icons/term/multiple-choice/' target='_blank' title='multiple choice Icons'>Noun Project</a> (CC BY 3.0)",
66
"scripts": {
@@ -14,7 +14,6 @@
1414
"test-debug": "ng test --browsers ChromeDebug --karma-config ./karma.conf.ts",
1515
"prettier": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json}\""
1616
},
17-
"main": "dist/browser/en-US/index.html",
1817
"devDependencies": {
1918
"@angular-devkit/build-angular": "^18.0.4",
2019
"@angular/animations": "^18.0.7",

0 commit comments

Comments
 (0)