Skip to content

Commit

Permalink
Merge branch 'VanAnderson/deprecate-utility-components' of github.com…
Browse files Browse the repository at this point in the history
…:primer/components into VanAnderson/deprecate-utility-components
  • Loading branch information
colebemis committed Jul 22, 2021
2 parents 4b67a09 + a1408d1 commit 1965269
Show file tree
Hide file tree
Showing 4 changed files with 249 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "Primer Components",
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:14",
"image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:14",
"extensions": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint"],
"forwardPorts": [8000],
"postCreateCommand": ["/bin/bash", "-c", "pushd docs && npm install && popd && npm install"]
"postCreateCommand": ["/bin/bash", "-c", "pushd docs && npm install && popd && npm install"],
"remoteUser": "node"
}
1 change: 1 addition & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
"../src/**/*.stories.@(js|jsx|ts|tsx)"
],
"addons": [
"@storybook/addon-a11y",
"@storybook/addon-links",
"@storybook/addon-essentials"
]
Expand Down
243 changes: 243 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"@github/prettier-config": "0.0.4",
"@rollup/plugin-commonjs": "19.0.0",
"@rollup/plugin-node-resolve": "13.0.0",
"@storybook/addon-a11y": "6.3.4",
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-essentials": "6.2.9",
"@storybook/addon-links": "^6.2.9",
Expand Down

0 comments on commit 1965269

Please sign in to comment.