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

Commit

Permalink
v7.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Oct 26, 2015
2 parents 479d60d + 3747d3e commit 353f3af
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions dist/api-check.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! api-check version 7.5.4 built with ♥ by Kent C. Dodds <[email protected]> (http://kent.doddsfamily.us) (ó ì_í)=óò=(ì_í ò)
//! api-check version 7.5.5 built with ♥ by Kent C. Dodds <[email protected]> (http://kent.doddsfamily.us) (ó ì_í)=óò=(ì_í ò)

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

module.exports = getApiCheckInstance;
module.exports.VERSION = ("7.5.4");
module.exports.VERSION = ("7.5.5");
module.exports.utils = apiCheckUtil;
module.exports.globalConfig = {
verbose: false,
Expand Down
4 changes: 2 additions & 2 deletions dist/api-check.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/api-check.min.js.map

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api-check",
"version": "7.5.4",
"version": "7.5.5",
"description": "Validate the api to your functions to help people use them correctly. This is pretty much React's propTypes without React.",
"main": "dist/api-check.js",
"dependencies": {},
Expand Down Expand Up @@ -56,9 +56,7 @@
"deployCopy": "cp index.html deploy.ignored/ && cp dist/api-check.js deploy.ignored/dist/",
"deployClean": "rm -rf deploy.ignored/ && mkdir deploy.ignored/ && mkdir deploy.ignored/dist/",
"code-checks": "eslint src/",
"prepublish": "npm run build",
"postpublish": "publish-latest",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release pre && npm run build && npm publish && publish-latest && semantic-release post"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 353f3af

Please sign in to comment.