From 4da5882660eddc943e4a070372b82df839f4777e Mon Sep 17 00:00:00 2001 From: Jakob Linskeseder Date: Wed, 29 Dec 2021 21:47:03 +0100 Subject: [PATCH] Remove non-standard `package.json` property This was added in 88ee4757e77f97afb206132eddb64e688700eb37 and is not used anymore since a2687fdf501a878df264d9cbefd31c0601a077e7. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 5e2d1033c..bbd8fe936 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "name": "handlebars", - "barename": "handlebars", "version": "5.0.0-alpha.1", "description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration", "homepage": "http://www.handlebarsjs.com/",