Skip to content

Commit

Permalink
Fix dependencies in package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhammond committed Sep 16, 2016
1 parent a3ace69 commit 1edc86e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/dummy/lib/modern/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"ember-addon"
],
"dependencies": {
"flooring": "2010"
"flooring": "2010.0.0"
}
}
2 changes: 1 addition & 1 deletion tests/dummy/lib/outdated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"ember-addon"
],
"dependencies": {
"flooring": "1970"
"flooring": "1970.0.0"
}
}

0 comments on commit 1edc86e

Please sign in to comment.