chore(release): 1.1.0
... | ... | @@ -17,7 +17,7 @@ |
}, | ||
"homepage": "https://editoria.pub/", | ||
"license": "MIT", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"dependencies": { | ||
"@pubsweet/component-polling-client": "^0.0.3", | ||
"@pubsweet/component-polling-server": "^0.0.9", | ||
... | ... | @@ -174,8 +174,8 @@ |
"test:cover": "NODE_ENV=test jest --coverage", | ||
"build": "NODE_ENV=production pubsweet build", | ||
"lint": "npm run lint:js && npm run lint:style", | ||
"lint:js": "eslint 'app/**/*.{js,jsx}'", | ||
"lint:style": "stylelint 'app/**/*.{js,jsx}'", | ||
"lint:js": "eslint '**/*.{js,jsx}'", | ||
"lint:style": "stylelint '**/*.{js,jsx}'", | ||
"precommit": "lint-staged", | ||
"cz": "git-cz", | ||
"commitmsg": "commitlint -e $GIT_PARAMS", | ||
... | ... |
Please register or sign in to comment