Skip to content

Commit

Permalink
Merge branch 'main' into 8685-specify-btn-set-max-width-rules
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored May 18, 2021
2 parents 8bf93ab + 9e2fc02 commit e38a0cb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config/babel-preset-carbon/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**/__mocks__/**
**/__tests__/**
**/examples/**
**/tasks/**
16 changes: 15 additions & 1 deletion config/babel-preset-carbon/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
{
"name": "babel-preset-carbon",
"version": "0.0.0",
"private": true,
"version": "0.0.0",
"license": "Apache-2.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/carbon-design-system/carbon.git",
"directory": "config/babel-preset-carbon"
},
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"keywords": [
"ibm",
"carbon",
"carbon-design-system",
"components",
"react"
],
"dependencies": {
"@babel/core": "^7.14.2",
"@babel/plugin-proposal-class-properties": "^7.13.0",
Expand Down

0 comments on commit e38a0cb

Please sign in to comment.