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",