From 98d9143f0d8abeab2e9960cd25f36bc2f52ae007 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Thu, 27 Dec 2018 17:07:40 +0100 Subject: [PATCH] chore(package): rename to angular to match npm Previously, angularjs was used as the name inside the package.json file. However, angularjs is published to npm using angular. To avoid conflicts, the name is updated to reflect the same name as being published on npm. Fixes #16799 Closes #16800 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22e7364e9f2f..7e72918da5e1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "angularjs", + "name": "angular", "license": "MIT", "branchVersion": "^1.7.0", "branchPattern": "1.7.*",