Skip to content

Commit

Permalink
feat(test-utils): make test-utils public (carbon-design-system#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Mar 22, 2019
1 parent a91e527 commit 7f86f8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/colors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@carbon/test-utils": "0.0.1-beta.2",
"change-case": "^3.0.2",
"fs-extra": "^7.0.0",
"node-sass": "^4.11.0",
"prettier": "^1.14.3",
"rimraf": "^2.6.2"
},
Expand Down
7 changes: 4 additions & 3 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"name": "@carbon/test-utils",
"private": true,
"version": "0.0.1-beta.2",
"license": "Apache-2.0",
"main": "index.js",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/test-utils",
"bugs": "https://github.com/IBM/carbon-elements/issues",
"keywords": [
Expand All @@ -16,7 +14,10 @@
"publishConfig": {
"access": "public"
},
"dependencies": {
"peerDependencies": {
"node-sass": "^4.11.0"
},
"devDependencies": {
"node-sass": "^4.11.0"
}
}
1 change: 1 addition & 0 deletions packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@carbon/test-utils": "0.0.1-beta.2",
"change-case": "^3.0.2",
"fs-extra": "^7.0.1",
"node-sass": "^4.11.0",
"prettier": "^1.15.3",
"rimraf": "^2.6.3"
}
Expand Down

0 comments on commit 7f86f8f

Please sign in to comment.