Skip to content

Commit

Permalink
chore(project): run sync task for package.json (carbon-design-system#…
Browse files Browse the repository at this point in the history
…2980)

* chore(project): run sync task for package.json

* chore(ci): update to include check for sync

* Update config.yml
  • Loading branch information
joshblack authored Jun 10, 2019
1 parent 7a5223f commit d980d79
Show file tree
Hide file tree
Showing 29 changed files with 226 additions and 175 deletions.
11 changes: 10 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,19 @@ jobs:
name: Check for generated files that have not been committed
command: |
if [ -n "$(git status --porcelain)" ]; then
echo "Your git status is not clean. You might have forgot to check-in the following files:";
echo "Your git status is not clean. You may have forgotten to check-in the following files:";
echo "$(git status --porcelain)";
exit 1;
fi
yarn sync
if [ -n "$(git status --porcelain)" ]; then
echo "Your git status is not clean. You may have forgotten to sync the following package.json files:";
echo "$(git status --porcelain)";
echo 'You can fix this by running: `yarn sync`';
exit 1;
fi
- run:
name: Run Continuous Integration checks
command: |
Expand Down
4 changes: 4 additions & 0 deletions packages/browserslist-config-carbon/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**/__mocks__/**
**/__tests__/**
**/examples/**
**/tasks/**
8 changes: 5 additions & 3 deletions packages/browserslist-config-carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@
"version": "10.3.0",
"license": "Apache-2.0",
"main": "index.js",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/browserslist-config-carbon",
"bugs": "https://github.com/IBM/carbon-elements/issues",
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/browserslist-config-carbon",
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"keywords": [
"eyeglass-module",
"ibm",
"elements",
"carbon",
"carbon-elements",
"carbon-design-system"
"carbon-design-system",
"components",
"react"
],
"publishConfig": {
"access": "public"
Expand Down
8 changes: 5 additions & 3 deletions packages/bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@
"bin": {
"bundler": "./bin/bundler.js"
},
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/bundler",
"bugs": "https://github.com/IBM/carbon-elements/issues",
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/bundler",
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"keywords": [
"ibm",
"elements",
"carbon",
"carbon-elements",
"carbon-design-system"
"carbon-design-system",
"components",
"react"
],
"publishConfig": {
"access": "public"
Expand Down
8 changes: 5 additions & 3 deletions packages/cli-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@
"version": "10.2.0",
"license": "Apache-2.0",
"main": "index.js",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/cli-reporter",
"bugs": "https://github.com/IBM/carbon-elements/issues",
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/cli-reporter",
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"keywords": [
"ibm",
"elements",
"carbon",
"carbon-elements",
"carbon-design-system"
"carbon-design-system",
"components",
"react"
],
"publishConfig": {
"access": "public"
Expand Down
8 changes: 5 additions & 3 deletions packages/colors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/colors",
"bugs": "https://github.com/IBM/carbon-elements/issues",
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/colors",
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"files": [
"es",
"lib",
Expand All @@ -19,7 +19,9 @@
"elements",
"carbon",
"carbon-elements",
"carbon-design-system"
"carbon-design-system",
"components",
"react"
],
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "Apache-2.0",
"main": "umd/index.js",
"module": "es/index.js",
"repository": "https://github.com/carbon-design-system/carbon-components/tree/master/packages/components",
"bugs": "https://github.com/carbon-design-system/carbon-components/issues",
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/components",
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"homepage": "https://www.carbondesignsystem.com/",
"engines": {
"node": ">=6.x"
Expand Down
8 changes: 5 additions & 3 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/elements",
"bugs": "https://github.com/IBM/carbon-elements/issues",
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/elements",
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"files": [
"es",
"lib",
Expand All @@ -19,7 +19,9 @@
"elements",
"carbon",
"carbon-elements",
"carbon-design-system"
"carbon-design-system",
"components",
"react"
],
"publishConfig": {
"access": "public"
Expand Down
8 changes: 5 additions & 3 deletions packages/grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "Grid for digital and software products using the Carbon Design System",
"version": "10.3.0",
"license": "Apache-2.0",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/grid",
"bugs": "https://github.com/IBM/carbon-elements/issues",
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/grid",
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"files": [
"css",
"scss"
Expand All @@ -15,7 +15,9 @@
"elements",
"carbon",
"carbon-elements",
"carbon-design-system"
"carbon-design-system",
"components",
"react"
],
"publishConfig": {
"access": "public"
Expand Down
8 changes: 5 additions & 3 deletions packages/icon-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/icon-helpers",
"bugs": "https://github.com/IBM/carbon-elements/issues",
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/icon-helpers",
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"files": [
"es",
"lib",
Expand All @@ -17,7 +17,9 @@
"elements",
"carbon",
"carbon-elements",
"carbon-design-system"
"carbon-design-system",
"components",
"react"
],
"publishConfig": {
"access": "public"
Expand Down
8 changes: 5 additions & 3 deletions packages/icons-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "10.3.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/icons-angular",
"bugs": "https://github.com/IBM/carbon-elements/issues",
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/icons-angular",
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"files": [
"lib",
"umd"
Expand All @@ -15,7 +15,9 @@
"elements",
"carbon",
"carbon-elements",
"carbon-design-system"
"carbon-design-system",
"components",
"react"
],
"publishConfig": {
"access": "public"
Expand Down
8 changes: 5 additions & 3 deletions packages/icons-handlebars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@
"version": "10.3.0",
"license": "Apache-2.0",
"main": "index.js",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/icons-handlebars",
"bugs": "https://github.com/IBM/carbon-elements/issues",
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/icons-handlebars",
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"keywords": [
"ibm",
"elements",
"carbon",
"carbon-elements",
"carbon-design-system"
"carbon-design-system",
"components",
"react"
],
"publishConfig": {
"access": "public"
Expand Down
8 changes: 5 additions & 3 deletions packages/icons-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "React components for icons in digital and software products using the Carbon Design System",
"version": "10.3.0",
"license": "Apache-2.0",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/icons-react",
"bugs": "https://github.com/IBM/carbon-elements/issues",
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/icons-react",
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"files": [
"es",
"lib",
Expand All @@ -15,7 +15,9 @@
"elements",
"carbon",
"carbon-elements",
"carbon-design-system"
"carbon-design-system",
"components",
"react"
],
"publishConfig": {
"access": "public"
Expand Down
8 changes: 5 additions & 3 deletions packages/icons-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue",
"bugs": "https://github.com/IBM/carbon-elements/issues",
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/icons-vue",
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"keywords": [
"ibm",
"elements",
"carbon",
"carbon-elements",
"carbon-design-system"
"carbon-design-system",
"components",
"react"
],
"publishConfig": {
"access": "public"
Expand Down
8 changes: 5 additions & 3 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/icons",
"bugs": "https://github.com/IBM/carbon-elements/issues",
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/icons",
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"files": [
"es",
"lib",
Expand All @@ -19,7 +19,9 @@
"elements",
"carbon",
"carbon-elements",
"carbon-design-system"
"carbon-design-system",
"components",
"react"
],
"publishConfig": {
"access": "public"
Expand Down
8 changes: 5 additions & 3 deletions packages/import-once/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
"description": "Sass helper for importing files only once. Used in the Carbon Design System",
"version": "10.2.0",
"license": "Apache-2.0",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/import-once",
"bugs": "https://github.com/IBM/carbon-elements/issues",
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/import-once",
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"keywords": [
"eyeglass-module",
"ibm",
"elements",
"carbon",
"carbon-elements",
"carbon-design-system"
"carbon-design-system",
"components",
"react"
],
"publishConfig": {
"access": "public"
Expand Down
8 changes: 5 additions & 3 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/layout",
"bugs": "https://github.com/IBM/carbon-elements/issues",
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/layout",
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"keywords": [
"eyeglass-module",
"ibm",
"elements",
"carbon",
"carbon-elements",
"carbon-design-system"
"carbon-design-system",
"components",
"react"
],
"publishConfig": {
"access": "public"
Expand Down
8 changes: 5 additions & 3 deletions packages/motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/motion",
"bugs": "https://github.com/IBM/carbon-elements/issues",
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/motion",
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"keywords": [
"eyeglass-module",
"ibm",
"elements",
"carbon",
"carbon-elements",
"carbon-design-system"
"carbon-design-system",
"components",
"react"
],
"publishConfig": {
"access": "public"
Expand Down
8 changes: 5 additions & 3 deletions packages/pictograms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@
"description": "Pictograms for digital and software products using the Carbon Design System",
"version": "10.0.0",
"license": "Apache-2.0",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/pictograms",
"bugs": "https://github.com/IBM/carbon-elements/issues",
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/pictograms",
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"keywords": [
"pictograms",
"ibm",
"elements",
"carbon",
"carbon-elements",
"carbon-design-system"
"carbon-design-system",
"components",
"react"
],
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/react/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**/__mocks__/**
**/__tests__/**
**/examples/**
**/tasks/**
Loading

0 comments on commit d980d79

Please sign in to comment.