-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test cases missing in previous commit.
- Loading branch information
Michael Howitz
authored and
Preston Landers
committed
Dec 17, 2015
1 parent
bcca1c9
commit 01e79b9
Showing
4 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
bowerstatic/tests/bower_components/missing-version-in-dot-bower-json/.bower.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
4 changes: 4 additions & 0 deletions
4
bowerstatic/tests/bower_components/missing-version-in-dot-bower-json/bower.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "missing-version-in-dot-bower-json", | ||
"version": "2.65" | ||
} |
1 change: 1 addition & 0 deletions
1
bowerstatic/tests/bower_components/missing-version-in-dot-bower-json/example.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
example.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"name": "local_component_missing_version" | ||
} |