Skip to content

Commit

Permalink
revert package.json and remove old lint comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron authored and dubzzz committed Oct 25, 2018
1 parent 0986140 commit da74a54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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": "fast-check",
"version": "1.7.1",
"version": "1.7.0",
"description": "Property based testing framework for JavaScript (like QuickCheck)",
"main": "lib/fast-check.js",
"module": "lib/esm/fast-check.js",
Expand Down
1 change: 0 additions & 1 deletion src/check/arbitrary/LoremArbitrary.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// tslint:disable-next-line:no-var-requires
import * as loremIpsum from 'lorem-ipsum';

import { Random } from '../../random/generator/Random';
Expand Down

0 comments on commit da74a54

Please sign in to comment.