Skip to content

Commit

Permalink
fix: remove runtime-engine-check from main library, to help this work…
Browse files Browse the repository at this point in the history
… in browsers
  • Loading branch information
sramam committed Nov 20, 2017
1 parent f8de339 commit 6a6f948
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
};
var _this = this;
Object.defineProperty(exports, "__esModule", { value: true });
var engchk = require("runtime-engine-check");
engchk();
var Ajv = require("ajv");
var schemaRef = require('json-schema-ref-parser');
var ajv04 = require('ajv/lib/refs/json-schema-draft-04.json');
Expand Down
3 changes: 0 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@

import * as engchk from 'runtime-engine-check';
engchk(); // checks node version matches spec in package.json

import * as Ajv from 'ajv';
import * as a from 'awaiting';

Expand Down

0 comments on commit 6a6f948

Please sign in to comment.