From e57eb49b7c06ade9c07e0cd0dc9e7a0782b186e2 Mon Sep 17 00:00:00 2001 From: Chad Killingsworth Date: Mon, 18 Apr 2016 13:36:21 -0500 Subject: [PATCH] Update the package.json name to match the actual npm published package. (#3570) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a3c9b3539..1d0bc5369b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "Polymer", + "name": "@polymer/polymer", "version": "1.4.0", "description": "The Polymer library makes it easy to create your own web components. Give your element some markup and properties, and then use it on a site. Polymer provides features like dynamic templates and data binding to reduce the amount of boilerplate you need to write", "main": "polymer.html",