Skip to content

Commit

Permalink
Add test cases missing in previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz authored and Preston Landers committed Dec 17, 2015
1 parent bcca1c9 commit 01e79b9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "missing-version-in-dot-bower-json",
"_release": "1.0",
"main": "example.js"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "missing-version-in-dot-bower-json",
"version": "2.65"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
example.js
3 changes: 3 additions & 0 deletions bowerstatic/tests/local_component_missing_version/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "local_component_missing_version"
}

0 comments on commit 01e79b9

Please sign in to comment.