Skip to content

Commit

Permalink
presentation v2
Browse files Browse the repository at this point in the history
  • Loading branch information
debelbot committed Apr 13, 2017
1 parent a04fff8 commit 20f2082
Show file tree
Hide file tree
Showing 23 changed files with 7,176 additions and 90 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
bower_components
node_modules
build
20 changes: 20 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "git_panic_and_how_to_avoid_it",
"description": "Git panic and how to avoid it",
"main": "index.html",
"authors": [
"Mihail Mikov"
],
"license": "ISC",
"homepage": "https://debel.github.io/git-panic-and-how-to-avoid-it",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"reveal.js": "^3.4.1"
}
}
Loading

0 comments on commit 20f2082

Please sign in to comment.