merchant-backoffice

ZZZ: Inactive/Deprecated
Log | Files | Refs | Submodules | README

commit 21b4d9c055cffc5659b61e278f22877edc0d18c1
parent cfc7555d804e96b49ddfaae792e7fadf0c0cd8c3
Author: Sebastian <sebasjm@gmail.com>
Date:   Thu, 11 Feb 2021 10:14:30 -0300

fix missing comma remove

Diffstat:
Mpackage.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -9,7 +9,7 @@ "dev": "preact watch --no-sw --no-esm", "lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'", "test": "jest ./tests", - "storybook": "start-storybook -p 6006", + "storybook": "start-storybook -p 6006" }, "eslintConfig": { "parser": "@typescript-eslint/parser",