Skip to content

Commit

Permalink
Merge pull request #895 from RCopeland/publish-fix
Browse files Browse the repository at this point in the history
Publish 12-4
  • Loading branch information
RCopeland authored Dec 4, 2018
2 parents 63884d8 + 72a49e2 commit 276c9fa
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 6,006 deletions.
2 changes: 1 addition & 1 deletion packages/spark-core/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/spark-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkdesignsystem/spark-core",
"version": "6.0.0",
"version": "6.0.1",
"description": "Spark Core is the main package for the Spark Design System. This package contains the style and components that make up the basic interfaces for Quicken Loans Fintech products.",
"scripts": {
"test": "mocha --require babel-core/register --require \"./tests/_setup.js\" \"./tests/*.tests.js\"",
Expand Down
3,380 changes: 2 additions & 3,378 deletions packages/spark-extras/components/card/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions packages/spark-extras/components/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkdesignsystem/spark-card",
"version": "3.1.3",
"version": "3.1.4",
"description": "Spark Card is a package that is part of Spark Extras, a supplementary package that adds additional components that are not part of Spark Core.",
"main": "_card.scss",
"repository": {
Expand All @@ -13,11 +13,11 @@
"url": "https://github.com/sparkdesignsystem/spark-design-system/issues"
},
"homepage": "https://github.com/sparkdesignsystem/spark-design-system",
"dependencies": {
"@sparkdesignsystem/spark-core": "^6.0.0"
"peerDendencies": {
"@sparkdesignsystem/spark-core": "^6.0.1"
},
"publishConfig": {
"access": "public",
"@sparkdesignsystem/spark-core": "^2.0.1"
"@sparkdesignsystem/spark-core": "^6.0.1"
}
}

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

6 changes: 3 additions & 3 deletions packages/spark-extras/components/dictionary/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkdesignsystem/spark-description-table",
"version": "3.1.4",
"version": "3.1.5",
"description": "Spark Description Table is a package that is part of Spark Extras, a supplementary package that adds additional components that are not part of Spark Core.",
"main": "_description-table.scss",
"repository": {
Expand All @@ -14,10 +14,10 @@
},
"homepage": "https://github.com/sparkdesignsystem/spark-design-system",
"peerDependencies": {
"@sparkdesignsystem/spark-core": "^5.0.0"
"@sparkdesignsystem/spark-core": "^6.0.1"
},
"publishConfig": {
"access": "public",
"@sparkdesignsystem/spark-core": "^2.0.1"
"@sparkdesignsystem/spark-core": "^6.0.1"
}
}
Loading

0 comments on commit 276c9fa

Please sign in to comment.