From acf0f599b24f70d0bdd24209bed6c0868f3c79b5 Mon Sep 17 00:00:00 2001 From: Michael Grondines Date: Mon, 25 Mar 2019 11:44:18 -0400 Subject: [PATCH] Update package name and version --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b0ac5c60..1d0b67ba 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "search-ui-extensions", - "version": "1.0.0", + "name": "coveo-search-ui-extensions", + "version": "0.0.2", "description": "Small generic components to extend the functionality of Coveo's Search UI framework.", - "main": "index.js", + "main": "./bin/js/CoveoJsSearchExtensions.js", "scripts": { "test": "karma start --single-run", "testCoverage": "npm run test && cat ./bin/coverage/lcov.info | node ./node_modules/coveralls/bin/coveralls.js",