Skip to content

Commit

Permalink
Add bower files to benchmark cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Zizzamia committed May 8, 2015
1 parent b872519 commit f8e4bc3
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 104 deletions.
18 changes: 18 additions & 0 deletions benchmarks/ng-tasty-0-3-0/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "dist",
"version": "",
"homepage": "https://github.com/Zizzamia/ng-tasty",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"bootstrap": "~3.3.4",
"font-awesome": "~4.3.0",
"angular": "~1.3.15",
"ng-tasty": "0.3.0"
}
}
18 changes: 18 additions & 0 deletions benchmarks/ng-tasty-0-4-0/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "dist",
"version": "",
"homepage": "https://github.com/Zizzamia/ng-tasty",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"bootstrap": "~3.3.4",
"font-awesome": "~4.3.0",
"angular": "~1.3.15",
"ng-tasty": "0.4.0"
}
}
18 changes: 18 additions & 0 deletions benchmarks/ng-tasty-0-5-0/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "dist",
"version": "",
"homepage": "https://github.com/Zizzamia/ng-tasty",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"bootstrap": "~3.3.4",
"font-awesome": "~4.3.0",
"angular": "~1.3.15",
"ng-tasty": "0.5.0"
}
}
31 changes: 0 additions & 31 deletions benchmarks/ng-tasty/benchmark.spec.js

This file was deleted.

73 changes: 0 additions & 73 deletions benchmarks/ng-tasty/index.html

This file was deleted.

0 comments on commit f8e4bc3

Please sign in to comment.