Skip to content

Commit a73bf62

Browse files
committed
Delete unnecessary things
1 parent 48a4c4a commit a73bf62

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+70
-44062
lines changed

.babelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["es2015", "stage-0", "react"]
3+
}

.eslintignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
.publish/*
21
dist/*
3-
example/dist/*
2+
example/*
43
lib/*
54
node_modules/*

.eslintrc

Lines changed: 0 additions & 32 deletions
This file was deleted.

.eslintrc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
extends: airbnb
2+
env:
3+
browser: true
4+
node: true

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ example/dist
3030
*.sublime-*
3131
.idea/
3232
*.DS_Store
33+
34+
package-lock.json

bower.json

Lines changed: 0 additions & 29 deletions
This file was deleted.
-27 KB
Binary file not shown.
-26.6 KB
Binary file not shown.
-19.7 KB
Binary file not shown.

example/fonts/glyphicons-halflings-regular.svg

Lines changed: 0 additions & 288 deletions
This file was deleted.

0 commit comments

Comments
 (0)