Skip to content

Commit 9c49a09

Browse files
committed
Merge remote-tracking branch 'origin/dev' into dev
2 parents d4abd88 + 185c016 commit 9c49a09

File tree

252 files changed

+16966
-4787
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

252 files changed

+16966
-4787
lines changed

.github/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Number of days of inactivity before an issue becomes stale
22
daysUntilStale: 60
33
# Number of days of inactivity before a stale issue is closed
4-
daysUntilClose: 14
4+
daysUntilClose: 30
55
# Issues with these labels will never be considered stale
66
exemptLabels:
77
- "staged for next release 🏁"

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
packages/core/scripts/api.handlebars
99
packages/core/scripts/events.handlebars
1010
packages/core/test/files/annotations.js
11+
packages/**/annotations.js
1112
**/uikit-workshop/src/js/**/*
1213
*.json
1314
*.md

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The below assumes a new directory and project is required. This is likely what y
3030
```bash
3131
mkdir new-project
3232
cd new-project
33-
npm init -y && npx @pattern-lab/cli -c patternlab init
33+
npm create pattern-lab
3434
```
3535
> If you get an error stating that `npx` is not installed, ensure you are on `npm 5.2.0` or later by running `npm -v` or install it globally with `npm install -g npx`. [Learn more about npx.](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b)
3636
1. Follow the on-screen prompts to choose your Edition and a Starterkit should you want one.

0 commit comments

Comments
 (0)