Skip to content

Commit

Permalink
Fix for require error
Browse files Browse the repository at this point in the history
  • Loading branch information
mickosav committed May 15, 2018
1 parent 153ed03 commit 2d67a32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cypress-testrail-reporter",
"version": "1.0.7",
"version": "1.0.8",
"description": "A Testrail reporter for cypress including TestRail API basic library",
"main": "index.js",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion src/lib/testrail.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import request = require('unirest');
const request = require('unirest');
import { TestRailOptions, TestRailResult } from './testrail.interface';

/**
Expand Down

0 comments on commit 2d67a32

Please sign in to comment.