From 530eb38a2fbd37734bf09b626f4f07cb5dce081c Mon Sep 17 00:00:00 2001 From: Andrej Pavlovic Date: Tue, 14 Jul 2020 12:16:21 -0400 Subject: [PATCH] package.json - added description and change package name to avoid "similar name" error --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 54014dc..7398007 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { - "name": "xpathjs", + "name": "@mass-edge/xpathjs", + "description": "XPathJS is a pure JavaScript implementation of XPath 1.0 and DOM Level 3 XPath specifications.", "version": "0.2.0", "author": "Andrej Pavlovic ", "license": "MIT",