Skip to content

Commit 20378f6

Browse files
committed
Version bump, lint
1 parent dc2a727 commit 20378f6

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const transform = {
2-
'\\.[tj]s$': [ 'rollup-jest', { useCache: false, resolveImports: process.env.RESOLVE, args: { configType: 'tests-internal', silent: true }, configFile: './rollup.config.js' } ],
2+
'\\.[tj]s$': [ 'rollup-jest', { useCache: false, args: { configType: 'tests-internal', silent: true }, configFile: './rollup.config.js' } ],
33
};
44
const moduleNameMapper = {
55
'\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga|sass|scss|css)$': '<rootDir>/tests/mocks/fileMock.js',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nebulaenhance",
3-
"version": "0.3.2",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "Enhancer for Nebula. Adds some quality of life features to the nebula player.",
66
"scripts": {

src/styles/content.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ a.enhancer-queueButtonAll {
9595
.enhancer-volume.vjs-time-control {
9696
.video-js.vjs-nebula &, .video-js.vjs-nebula &.volume-conditional.volume-show, .video-js.vjs-nebula .vjs-volume-panel.vjs-hover ~ & {
9797
width: 3.5em;
98-
transition: width .25s ease-in-out;
98+
transition: width 0.25s ease-in-out;
9999
overflow: hidden;
100100
}
101101

@@ -104,6 +104,6 @@ a.enhancer-queueButtonAll {
104104
}
105105

106106
.volume-display {
107-
padding: 0 .15em;
107+
padding: 0 0.15em;
108108
}
109109
}

src/styles/queue/queue.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ $disabled_alpha: 0.55;
164164
.up svg {
165165
transform: scale($nextscale) rotate(-90deg);
166166
}
167-
167+
168168
.down svg {
169169
transform: scale($nextscale) rotate(90deg);
170170
}

0 commit comments

Comments
 (0)