Skip to content

Commit

Permalink
Revert 806d694 to come back with functions as 'this'was being transpi…
Browse files Browse the repository at this point in the history
…led to 'undefined'
  • Loading branch information
galelis committed Sep 17, 2018
1 parent 7c32c3d commit e6ab2d7
Show file tree
Hide file tree
Showing 11 changed files with 738 additions and 668 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ module.exports = {
'no-undef-init': 'warn',
'no-undefined': 'off',
'no-unused-vars': 'warn',
//'no-underscore-dangle': 'warn',
'no-underscore-dangle': 'warn',
'no-unmodified-loop-condition': 'warn',
'no-unneeded-ternary': 'warn',
'no-unused-expressions': 'warn',
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
},
"scripts": {
"build": "npm run test && npm run version && npm run webpack",
"build:dev": "npm run test && npm run webpack:dev",
"docs": "npm run docs:api && cd docs && gitbook install && gitbook serve",
"docs:api": "npm run clean:apidocs && documentation build src/index.js -f md -o docs/api.md",
"eslint": "eslint -c .eslintrc.js src",
Expand Down
Loading

0 comments on commit e6ab2d7

Please sign in to comment.