There was an error while loading. Please reload this page.
1 parent 305a2b3 commit 6aca3fcCopy full SHA for 6aca3fc
.gitignore
@@ -4,3 +4,4 @@ npm-debug.log
4
lib
5
dist
6
yarn-error.log
7
+.vscode
.npmignore
@@ -1,17 +1,20 @@
1
-components
2
-coverage
3
-examples
-images
-src
-tasks
-test
+.babelrc
8
.eslintrc
9
.gitignore
10
-.travis.yml
11
.npmignore
+.travis.yml
+components
+coverage
+examples
12
Gruntfile.js
+images
13
index.html
14
karma.conf.js
+rollup.config.js
15
+src
16
style.css
-.babelrc
17
+tasks
18
+test
19
+yarn-error.log
20
yarn.lock
0 commit comments