Skip to content

Commit

Permalink
disabled strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
newaeonweb committed May 4, 2016
1 parent 3ccc0e2 commit da1c042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"quotmark": "single",
"undef": true,
"unused": true,
"strict": true
"strict": false
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit da1c042

Please sign in to comment.