Skip to content

Commit

Permalink
fix request xhr.ontimeout, Akili.deinit
Browse files Browse the repository at this point in the history
  • Loading branch information
ortexx committed Jun 27, 2017
1 parent aea8c19 commit 40fd9d0
Show file tree
Hide file tree
Showing 9 changed files with 256 additions and 108 deletions.
92 changes: 66 additions & 26 deletions dist/akili.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/akili.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = function(config) {
loader: 'babel-loader',
exclude: /node_modules/,
query: {
presets: ['es2015', 'stage-0', 'stage-3']
presets: ['es2015', 'stage-2', 'stage-3']
}
}
]
Expand Down
198 changes: 137 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "akili",
"version": "0.2.2",
"version": "0.2.3",
"description": "Akili - javascript framework",
"main": "./src/akili.js",
"author": {
Expand All @@ -24,7 +24,7 @@
"babel-core": "^6.22.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-0": "^6.22.0",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.22.0",
"chai": "^3.5.0",
"coveralls": "^2.13.1",
Expand Down
Loading

0 comments on commit 40fd9d0

Please sign in to comment.