Skip to content

Commit

Permalink
Overhaul
Browse files Browse the repository at this point in the history
  • Loading branch information
frostney committed Mar 1, 2016
1 parent b2284b4 commit 4ed9f25
Show file tree
Hide file tree
Showing 108 changed files with 564 additions and 7,406 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules
dist
tmp
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
],
"extends": "airbnb/base",
"rules": {
"eqeqeq": [2, "allow-null"]
"eqeqeq": [2, "smart"]
}
}
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,4 @@ bower_components

# Generated files #
###################
dist/pages
test/browser
test/spec
tmp
dist
2 changes: 1 addition & 1 deletion LICENSE-MIT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 Johannes Stein
Copyright (c) 2016 Johannes Stein

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
34 changes: 0 additions & 34 deletions bower.json

This file was deleted.

Loading

0 comments on commit 4ed9f25

Please sign in to comment.