From 145c613f43e736c7e96041e886a93c2407c5c31c Mon Sep 17 00:00:00 2001 From: breeny Date: Sat, 28 Jul 2018 23:48:46 +1000 Subject: [PATCH] Bump final working code --- {src => es}/default_breakpoints.json | 0 package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {src => es}/default_breakpoints.json (100%) diff --git a/src/default_breakpoints.json b/es/default_breakpoints.json similarity index 100% rename from src/default_breakpoints.json rename to es/default_breakpoints.json diff --git a/package.json b/package.json index f15aeda..2323020 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-media-breakpoints", - "version": "0.1.2", + "version": "0.1.3", "description": "Simple and configurable breakpoint matcher using matchMedia and render props", "main": "index.js", "module": "es/index.js",