Skip to content

Commit

Permalink
Prepare 1.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jan 29, 2020
1 parent b732e13 commit f1b80bd
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 39 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
karma-viewport-1.0.5 (2020-01-29)

* Fixed #113: Invalid file type warning

karma-viewport-1.0.4 (2019-01-10)

* Fixed TypeScript typings
Expand Down
57 changes: 19 additions & 38 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "karma-viewport",
"version": "1.0.4",
"version": "1.0.5",
"description": "A Karma plugin for testing responsive features and layout",
"keywords": [
"breakpoint",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ const preprocessor: Injectable =
throw new Error("Invalid configuration: client.useIframe " +
"must be set to true or a different context selector must be given")

/* Ensure correct file type */
file.path += ".js"

/* Store viewport configuration globally */
Expand Down

0 comments on commit f1b80bd

Please sign in to comment.