From 1e92b894a0b291d110ba4aa96d33359a2503ac65 Mon Sep 17 00:00:00 2001 From: Kirk Wight Date: Tue, 5 Dec 2017 15:54:57 -0800 Subject: [PATCH] Revert "Revert #174 to allow a working React 16 version with checkmark icons and centred images into Automattic/wp-calypso. (#199)" (#200) This reverts commit 2f37504035fd119b4d32d16b1f286c1780e4cec1. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7d93b67..0128b73 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "notifications-panel", - "version": "2.1.2", + "version": "1.3.1", "description": "The core notifications panel for WordPress.com notifications", - "main": "src/Notifications.jsx", + "esnext": "src/Notifications.jsx", "scripts": { "build": "webpack", "build:prod": "NODE_ENV=production webpack -p",