Skip to content

Commit

Permalink
0.0.4 (#4)
Browse files Browse the repository at this point in the history
Refactor as a component library
  • Loading branch information
philschanely authored Sep 7, 2019
1 parent 8bdf305 commit 0c20af1
Show file tree
Hide file tree
Showing 32 changed files with 19,820 additions and 2,847 deletions.
8 changes: 1 addition & 7 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
{
"presets": ["env"],
"plugins": [
"transform-object-rest-spread",
"transform-react-jsx"
]
}
{ "presets": [["react-app", { "absoluteRuntime": false }]] }
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "extends": "react-app" }
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/dist

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Course Components

Reusable React/Gatsby components for Learn UXD courses.
Loading

0 comments on commit 0c20af1

Please sign in to comment.