summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-02-11 10:14:30 -0300
committerSebastian <sebasjm@gmail.com>2021-02-11 10:14:30 -0300
commit21b4d9c055cffc5659b61e278f22877edc0d18c1 (patch)
treec95e602206f56752fd1fdb4b6070f90e7ddf2d83 /package.json
parentcfc7555d804e96b49ddfaae792e7fadf0c0cd8c3 (diff)
downloadmerchant-backoffice-21b4d9c055cffc5659b61e278f22877edc0d18c1.tar.gz
merchant-backoffice-21b4d9c055cffc5659b61e278f22877edc0d18c1.tar.bz2
merchant-backoffice-21b4d9c055cffc5659b61e278f22877edc0d18c1.zip
fix missing comma remove
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 606f5e5..b5cbbeb 100644
--- 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",