From 575e278acc90000ccb46da0971ae30aacf569c75 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 22 Feb 2018 09:27:52 -0300 Subject: [PATCH] chore: version 1.7.1 --- ponyracer/.gitignore | 1 + ponyracer/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ponyracer/.gitignore b/ponyracer/.gitignore index 4ae2c3791..eabf65e51 100644 --- a/ponyracer/.gitignore +++ b/ponyracer/.gitignore @@ -31,6 +31,7 @@ /coverage /libpeerconnection.log npm-debug.log +yarn-error.log testem.log /typings diff --git a/ponyracer/package.json b/ponyracer/package.json index 2cce3f031..b5bb69a83 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -26,7 +26,7 @@ "zone.js": "^0.8.19" }, "devDependencies": { - "@angular/cli": "~1.7.0", + "@angular/cli": "~1.7.1", "@angular/compiler-cli": "^5.2.0", "@angular/language-service": "^5.2.0", "@types/jasmine": "~2.8.3",