Skip to content

Commit

Permalink
Merge pull request #244 from imulus/develop
Browse files Browse the repository at this point in the history
Merge develop 2.0 into master
  • Loading branch information
jgnewman authored Jun 21, 2016
2 parents 5f35e68 + 044478b commit 86714b7
Show file tree
Hide file tree
Showing 57 changed files with 2,168 additions and 859 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["es2015"]
}
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ root = true

[*]
indent_style = space
indent_size = 4
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
Expand Down
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
test/*
dist/*
9 changes: 9 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": ["axial"],
"rules": {
"no-var": 0,
"prefer-arrow-callback": 0,
"prefer-template": 0,
"vars-on-top": 0
}
}
26 changes: 0 additions & 26 deletions .jshintrc

This file was deleted.

18 changes: 16 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
language: node_js
node_js:
- "0.10"
- "6.2.0"
env:
- CXX=g++-4.8

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

cache:
directories:
- node_modules

notifications:
recipients:
- [email protected]
- [email protected]
83 changes: 0 additions & 83 deletions Gruntfile.js

This file was deleted.

Loading

0 comments on commit 86714b7

Please sign in to comment.