Skip to content

Commit

Permalink
feat: v0.200.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeysova committed Sep 16, 2021
1 parent a72e710 commit e8e0e31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foliage",
"version": "0.106.0",
"version": "0.200.0",
"description": "Styled Components for forest",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -19,7 +19,7 @@
"access": "public"
},
"repository": {
"url": "https://github.com/sergeysova/foliage"
"url": "https://github.com/foliage-ui/foliage"
},
"files": ["dist"],
"keywords": [
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ function join(
strings: TemplateStringsArray,
interps: (string | FunctionComponent | Component | number)[],
) {
console.log('JOIN', strings, interps);
const result = [strings[0]];
interps.forEach((part, index) => {
if (typeof part === 'function') {
Expand Down

0 comments on commit e8e0e31

Please sign in to comment.