Skip to content

Commit

Permalink
Correctly walk destructuring assignment initializers
Browse files Browse the repository at this point in the history
  • Loading branch information
matAtWork committed Aug 21, 2017
1 parent 6151d48 commit bb729ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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": "nodent",
"version": "3.1.1",
"version": "3.1.2",
"description": "NoDent - Asynchronous Javascript language extensions",
"main": "nodent.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"nodentjs": "./nodent.js"
},
"dependencies": {
"nodent-compiler": ">=3.1.0",
"nodent-compiler": ">=3.1.2",
"nodent-runtime": ">=3.0.4",
"resolve": "^1.2.0"
},
Expand Down

0 comments on commit bb729ae

Please sign in to comment.