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

Commit

Permalink
Update karma config
Browse files Browse the repository at this point in the history
  • Loading branch information
AZaviruha committed Oct 17, 2016
1 parent 6c1cff5 commit 157804c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var path = require('path');

module.exports = (config) => {
module.exports = function (config) {
config.set({
basePath: './',

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-pager",
"version": "1.2.0",
"version": "1.1.4",
"description": "Stateless Pager component (for Bootstrap).",
"main": "dist/pager.js",
"scripts": {
Expand Down

0 comments on commit 157804c

Please sign in to comment.