fixed parse readers string function

added .editorconfig
formatted code
updated dependencies
improved package.json
fixed version number
This commit is contained in:
Martin Endler
2016-08-10 20:39:11 +02:00
parent f65937eb9c
commit c3c3cf33ef
17 changed files with 414 additions and 266 deletions

25
.gitignore vendored
View File

@@ -1,3 +1,23 @@
# node, npm
node_modules/
# Windows
Thumbs.db
Desktop.ini
# Mac
.DS_Store
.supported
# NetBeans
/nbproject/private/
# WebStorm
**/.idea/workspace.xml
**/.idea/tasks.xml
dist/
lib-cov
*.seed
*.log
@@ -11,9 +31,4 @@ pids
logs
results
npm-debug.log
node_modules
build/
.npmrc
*sublime*