From da1c0421dda8b0930f2ef8aee6bece109ca9c427 Mon Sep 17 00:00:00 2001 From: fernando monteiro Date: Wed, 4 May 2016 11:35:58 -0300 Subject: [PATCH] disabled strict mode --- .jshintrc | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.jshintrc b/.jshintrc index 8a7bbed..d300438 100644 --- a/.jshintrc +++ b/.jshintrc @@ -13,5 +13,5 @@ "quotmark": "single", "undef": true, "unused": true, - "strict": true + "strict": false } diff --git a/package.json b/package.json index 451ce04..01a1821 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-angm", - "version": "1.0.5", + "version": "1.0.6", "description": "AngularJS Yeoman Generator to help you getting started with a new project based on AngularJS and Angular Material to build large scale applications.", "license": "MIT", "main": "app/index.js",