Skip to content

Commit

Permalink
adding workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
charliewilco committed Jul 27, 2018
1 parent 6fce3d7 commit f91b9fa
Show file tree
Hide file tree
Showing 4 changed files with 8,718 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ test/bundle.css
index.html
css.json
parker.json
.next
1 change: 0 additions & 1 deletion documentation/components/article.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Fragment } from "react";
import classNames from "classnames";

export const ArticleHeader = ({ title }) => (
Expand Down
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"private": true,
"workspaces": [
"documentation",
"obsidian.css"
]
}
Loading

0 comments on commit f91b9fa

Please sign in to comment.