Skip to content

Commit

Permalink
Merge pull request #53 from metabrainz/akshat/prepare_for_publishing
Browse files Browse the repository at this point in the history
Publishing on NPM Registry
  • Loading branch information
akshaaatt authored Feb 2, 2022
2 parents 999b8a9 + 1d833c8 commit 9208dd5
Show file tree
Hide file tree
Showing 7 changed files with 827 additions and 1,631 deletions.
1 change: 1 addition & 0 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Build and Deploy Storybook
on:
workflow_dispatch:
push:
branches: [ master ]
jobs:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ This design system is a living, breathing document that contains all of the buil

## Guidelines

- [Design Guidelines](https://github.com/metabrainz/design-system/blob/master/documents/design-guidelines.md)
- [Components](https://github.com/metabrainz/design-system/blob/master/documents/component-usage.md)
- [Contributing Guidelines](https://github.com/metabrainz/design-system/blob/master/documents/component-usage.md)
- [Design Guidelines](https://github.com/metabrainz/design-system/blob/master/guidelines/design-guidelines.md)
- [Components](https://github.com/metabrainz/design-system/blob/master/guidelines/component-usage.md)
- [Contributing Guidelines](https://github.com/metabrainz/design-system/blob/master/guidelines/component-usage.md)

## Contributing
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"description": "Design system of MetaBrainz",
"main": "components/index.js",
"directories": {
"doc": "documents"
"doc": "guidelines"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"dist": "sass scss/bootstrap-prod.scss | tee | postcss --use autoprefixer --no-map > dist/bootstrap.css",
Expand All @@ -13,13 +16,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/metabrainz/design-system.git"
"url": "https://github.com/metabrainz/design-system"
},
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/metabrainz/design-system/issues"
},
"homepage": "https://github.com/metabrainz/design-system#readme",
"keywords": [ "design-system", "metabrainz", "react", "storybook", "musicbrainz" ],
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/eslint-parser": "^7.16.5",
Expand Down
2,443 changes: 817 additions & 1,626 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 9208dd5

Please sign in to comment.