Skip to content

Commit

Permalink
Ignore one outdated package. Required to ignore the defect tslint-mic…
Browse files Browse the repository at this point in the history
…rosoft-contrib package
  • Loading branch information
jens-duttke committed Feb 22, 2019
1 parent 046c44a commit 46e9393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"publish:major": "npm version major",
"publish:minor": "npm version minor",
"publish:patch": "npm version patch",
"preversion": "npm run lint && npm run build && npm run test && assert-outdated-npm-modules --max-warnings 0",
"preversion": "npm run lint && npm run build && npm run test && assert-outdated-npm-modules --max-warnings 1",
"postversion": "git push && git push --tags && npm publish",
"build": "rimraf dist && tsc",
"lint": "tslint --project tsconfig.json --format verbose",
Expand Down

0 comments on commit 46e9393

Please sign in to comment.