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",