Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

Commit 157804c

Browse files
committed
Update karma config
1 parent 6c1cff5 commit 157804c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var path = require('path');
22

3-
module.exports = (config) => {
3+
module.exports = function (config) {
44
config.set({
55
basePath: './',
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-pager",
3-
"version": "1.2.0",
3+
"version": "1.1.4",
44
"description": "Stateless Pager component (for Bootstrap).",
55
"main": "dist/pager.js",
66
"scripts": {

0 commit comments

Comments
 (0)