[Pkg-javascript-commits] [node-ast-types] 01/05: New upstream version 0.9.12
Julien Puydt
julien.puydt at laposte.net
Tue Jun 27 11:39:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository node-ast-types.
commit 0defa677c5a72098ef7025847834f65b3e7b2aaf
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Tue Jun 27 13:11:08 2017 +0200
New upstream version 0.9.12
---
.travis.yml | 5 +----
def/flow.js | 5 +++++
package.json | 6 +++---
3 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 4d29cc1..c96c1f4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,9 @@
language: node_js
node_js:
+ - "8"
- "7"
- "6"
- "5"
- "4"
- - "iojs"
- - "0.12"
- - "0.11"
- - "0.10"
sudo: false
diff --git a/def/flow.js b/def/flow.js
index d2ac07c..fd34c73 100644
--- a/def/flow.js
+++ b/def/flow.js
@@ -186,6 +186,11 @@ module.exports = function (fork) {
.build("argument")
.field("argument", def("Type"));
+ def("ObjectTypeSpreadProperty")
+ .bases("Node")
+ .build("argument")
+ .field("argument", def("Type"));
+
def("Identifier")
.field("typeAnnotation", or(def("TypeAnnotation"), null), defaults["null"]);
diff --git a/package.json b/package.json
index 57c9e74..284da01 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
"transformation",
"syntax"
],
- "version": "0.9.11",
+ "version": "0.9.12",
"homepage": "http://github.com/benjamn/ast-types",
"repository": {
"type": "git",
@@ -36,8 +36,8 @@
"espree": "^3.1.7",
"esprima": "~3.1.3",
"esprima-fb": "~14001.1.0-dev-harmony-fb",
- "mocha": "~3.2.0",
- "reify": "^0.5.4"
+ "mocha": "^3.4.2",
+ "reify": "^0.11.0"
},
"engines": {
"node": ">= 0.8"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ast-types.git
More information about the Pkg-javascript-commits
mailing list