diff --git a/lefthook.yml b/lefthook.yml index b560deca..aca55d1f 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -1,7 +1,7 @@ pre-commit: commands: eslint: - glob: 'src/**/*.js' + glob: 'src/**/*.{js,svelte}' run: npx eslint --cache --fix {staged_files} prettier: glob: 'src/**/*.{js,scss,md,svelte}' diff --git a/package.json b/package.json index 4ea39599..5f394198 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "@reuters-graphics/graphics-svelte-components", - "version": "0.3.32", + "name": "@reuters-graphics/graphics-components", + "version": "0.0.1-beta.1", "type": "module", "private": false, - "homepage": "https://reuters-graphics.github.io/graphics-svelte-components", - "repository": "https://github.com/reuters-graphics/graphics-svelte-components", + "homepage": "https://reuters-graphics.github.io/graphics-components", + "repository": "https://github.com/reuters-graphics/graphics-components", "scripts": { "start": "start-storybook -p 3000", "new": "node ./bin/newComponent/index.cjs",