Skip to content

Commit 67149a2

Browse files
committed
fix dependencies
1 parent e2d23cc commit 67149a2

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Diff for: karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = function(config) {
3535
"test/**/*.ts": ["webpack", "sourcemap"]
3636
},
3737
webpack,
38-
reporters: ["mocha", "coverage-istanbul", "BrowserStack"],
38+
reporters: ["dots", "coverage-istanbul", "BrowserStack"],
3939
port: 9876,
4040
colors: true,
4141
logLevel: config.LOG_INFO,

Diff for: package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "style-element-instance",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "set inline styles for any elment instance",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -42,8 +42,5 @@
4242
"ts-loader": "^5.4.5",
4343
"typescript": "^3.4.5",
4444
"webpack": "^4.32.0"
45-
},
46-
"dependencies": {
47-
"karma-mocha-reporter": "^2.2.5"
4845
}
4946
}

0 commit comments

Comments
 (0)