Skip to content

Commit

Permalink
Add support for object-spread syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
matAtWork committed Apr 10, 2018
1 parent bfcb809 commit c6a5dce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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.7",
"version": "3.1.8",
"description": "NoDent - Asynchronous Javascript language extensions",
"main": "nodent.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"nodentjs": "./nodent.js"
},
"dependencies": {
"nodent-compiler": "^3.1.7",
"nodent-compiler": "^3.1.8",
"nodent-runtime": "^3.2.1",
"resolve": "^1.5.0"
},
Expand Down

0 comments on commit c6a5dce

Please sign in to comment.