Skip to content

Commit

Permalink
feat(core): rewrite for simple and functional API
Browse files Browse the repository at this point in the history
  • Loading branch information
smalluban committed May 14, 2018
1 parent 63ab608 commit 9fb86ac
Show file tree
Hide file tree
Showing 102 changed files with 16,769 additions and 9,397 deletions.
20 changes: 0 additions & 20 deletions .babelrc

This file was deleted.

21 changes: 0 additions & 21 deletions .eslintrc

This file was deleted.

5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@
nbproject
Thumbs.db
.tern-project
.vscode

# NPMs
node_modules/
npm-debug.log
lerna-debug.log

lib/
esm/
dist/
examples/build/
coverage/
lib/
6 changes: 0 additions & 6 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
/coverage
/node_modules
/test
/examples
/src
*.log
.babelrc
.eslintrc
karma.conf.js
lerna.json
webpack.config.js
.tern-project

0 comments on commit 9fb86ac

Please sign in to comment.