Skip to content

Commit

Permalink
updates tokens, gitignore, reverse version
Browse files Browse the repository at this point in the history
  • Loading branch information
sikhote committed Nov 6, 2024
1 parent 82b7400 commit 816b3dd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ src/**/styles/themes/*

src/**/package-lock\.json
unmigrated/

## Dev output for hosting
pages
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rei/cedar",
"version": "15.2.1",
"version": "15.2.0",
"description": "REI Cedar Component Library",
"homepage": "https://rei.github.io/rei-cedar/",
"license": "MIT",
Expand Down Expand Up @@ -126,7 +126,7 @@
}
},
"dependencies": {
"@rei/cdr-tokens": "^12.3.0",
"@rei/cdr-tokens": "^12.4.1",
"tabbable": "^4.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 816b3dd

Please sign in to comment.