Skip to content
This repository was archived by the owner on Oct 10, 2018. It is now read-only.

Commit 0b52455

Browse files
author
Kent C. Dodds
committed
v7.5.3
1 parent 4fa36a7 commit 0b52455

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

dist/api-check.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! api-check version 0.0.0-semantically-released.0 built with ♥ by Kent C. Dodds <[email protected]> (http://kent.doddsfamily.us) (ó ì_í)=óò=(ì_í ò)
1+
//! api-check version 7.5.3 built with ♥ by Kent C. Dodds <[email protected]> (http://kent.doddsfamily.us) (ó ì_í)=óò=(ì_í ò)
22

33
(function webpackUniversalModuleDefinition(root, factory) {
44
if(typeof exports === 'object' && typeof module === 'object')
@@ -91,7 +91,7 @@ return /******/ (function(modules) { // webpackBootstrap
9191
var apiCheckApis = getApiCheckApis();
9292

9393
module.exports = getApiCheckInstance;
94-
module.exports.VERSION = ("0.0.0-semantically-released.0");
94+
module.exports.VERSION = ("7.5.3");
9595
module.exports.utils = apiCheckUtil;
9696
module.exports.globalConfig = {
9797
verbose: false,

dist/api-check.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/api-check.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api-check",
3-
"version": "0.0.0-semantically-released.0",
3+
"version": "7.5.3",
44
"description": "Validate the api to your functions to help people use them correctly. This is pretty much React's propTypes without React.",
55
"main": "dist/api-check.js",
66
"dependencies": {},
@@ -93,4 +93,4 @@
9393
}
9494
}
9595
}
96-
}
96+
}

0 commit comments

Comments
 (0)