Skip to content

Commit

Permalink
Remove test exit 1
Browse files Browse the repository at this point in the history
  • Loading branch information
timmipetit committed Sep 2, 2020
1 parent e3f0dd8 commit bec46eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "angular-moment-duration",
"version": "0.0.12",
"version": "0.0.13",
"description": "An AngularJS directive for moment.js duration",
"main": "src/angular-moment-duration.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "exit 0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit bec46eb

Please sign in to comment.