Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin Apple committed Apr 27, 2018
1 parent d9306e5 commit 1a0e869
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 135 deletions.
2 changes: 1 addition & 1 deletion lib/parser/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class Handler {
let self = this;
let result = [];
var firstElementWithoutItem;
for(let aIndex=0; aIndex < array.length; ++aIndex){
for (let aIndex=0; aIndex < array.length; ++aIndex) {
let element = array[aIndex];
//Check the propData type
var resultCheckType = self.check(element, null, aIndex, array);
Expand Down
166 changes: 34 additions & 132 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
Expand Up @@ -47,8 +47,8 @@
"babel-preset-env": "^1.6.1",
"benchmark": "^2.1.4",
"chai": "^4.0.1",
"jshint": "^2.9.4",
"mocha": "^3.1.0",
"jshint": "^2.9.5",
"mocha": "^5.1.1",
"pre-commit": "^1.2.2"
},
"runkitExampleFilename": "examples/simple.js"
Expand Down

0 comments on commit 1a0e869

Please sign in to comment.