Skip to content

Commit

Permalink
Update package name and version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegron committed Mar 25, 2019
1 parent 92d033b commit acf0f59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit acf0f59

Please sign in to comment.