Skip to content

Commit 1e0a327

Browse files
author
Jakub Freisler
committed
docs: rewrite scroll snap fallback pkg description
fix docs textlint configuration add verifyAccess: false to lerna config to fix lerna not working with npm automation tokens
1 parent 977fb20 commit 1e0a327

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

lerna.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"useWorkspaces": true,
55
"command": {
66
"publish": {
7+
"verifyAccess": false,
78
"allowBranch": "master",
89
"conventionalCommits": true,
910
"createRelease": "github",

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": ".vuepress/dist/index.html",
66
"scripts": {
77
"lint": "concurrently yarn:lint:*",
8-
"lint:text": "textlint **/*.md",
8+
"lint:text": "textlint --config ../../.textlintrc **/*.md",
99
"fix:lint": "concurrently 'yarn lint:scripts --fix' 'yarn lint:styles --fix' 'yarn lint:text --fix'",
1010
"build": "vuepress build .",
1111
"start": "vuepress dev ."

packages/plugin-scroll-snap-fallback/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@frsource/tiny-carousel-plugin-scroll-snap-fallback",
33
"amdName": "tinyCarouselpluginScrollSnapFallback",
44
"version": "0.1.0",
5-
"description": "@frsource/tiny-carousel plugin which adds eventbus, methods helping with event-handling & CustomEvents firing 🔥",
5+
"description": "@frsource/tiny-carousel plugin adding scroll snap API fallback polyfill 🧩",
66
"source": "src/index.ts",
77
"types": "dist/index.d.ts",
88
"main": "dist/index.js",

0 commit comments

Comments
 (0)