Skip to content

Commit

Permalink
Upgrade to jasmine 2.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
lygstate committed Mar 11, 2015
1 parent 32d7a43 commit eb89737
Show file tree
Hide file tree
Showing 13 changed files with 123 additions and 3,711 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "bower"
}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ config.js
.DS_Store
sauce_connect.log*
.project
tests/index.html
tests/index.html
bower
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ before_script:
- npm install -g grunt-cli
language: node_js
node_js:
- 0.10
- 0.12
notifications:
email: false
env:
Expand Down
7 changes: 5 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"bower",
"test",
"tests"
]
],
"devDependencies": {
"jasmine": "~2.2.1"
}
}
20 changes: 0 additions & 20 deletions tests/lib/MIT.LICENSE

This file was deleted.

Loading

0 comments on commit eb89737

Please sign in to comment.