Skip to content

Commit

Permalink
Version bump. Removed Chrome as test browser for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
deiu committed Aug 11, 2014
1 parent be60bda commit 1a2b590
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 231 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Cimba",
"version": "1.1.0",
"version": "2.0.0",
"devDependencies": {
"angular": "~1.2",
"angular-mocks": "~1.2",
Expand Down
5 changes: 2 additions & 3 deletions karma/karma-unit.tpl.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = function ( karma ) {
'src/assets/**/*.js'
],
frameworks: [ 'jasmine' ],
plugins: [ 'karma-jasmine', 'karma-firefox-launcher', 'karma-coffee-preprocessor','karma-chrome-launcher' ],
plugins: [ 'karma-jasmine', 'karma-firefox-launcher', 'karma-coffee-preprocessor' ],
preprocessors: {
'**/*.coffee': 'coffee',
},
Expand Down Expand Up @@ -55,8 +55,7 @@ module.exports = function ( karma ) {
* the aesthetic advantage of not launching a browser every time you save.
*/
browsers: [
'Firefox',
'Chrome'
'Firefox'
]
});
};
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Andrei Vlad Sambra",
"name": "Cimba",
"version": "1.1.0",
"version": "2.0.0",
"homepage": "https://github.com/linkeddata/cimba",
"licenses": {
"type": "MIT",
Expand Down Expand Up @@ -32,7 +32,6 @@
"grunt-ngmin": "0.0.2",
"karma": "^0.12.9",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.4",
"karma-coffee-preprocessor": "^0.2.1",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
Expand Down
223 changes: 0 additions & 223 deletions tools.md

This file was deleted.

2 changes: 1 addition & 1 deletion vendor/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Cimba",
"version": "1.1.0",
"version": "2.0.0",
"devDependencies": {
"angular": "~1.2",
"angular-mocks": "~1.2",
Expand Down
2 changes: 1 addition & 1 deletion vendor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Andrei Vlad Sambra",
"name": "Cimba",
"version": "1.1.0",
"version": "2.0.0",
"homepage": "https://github.com/linkeddata/cimba",
"licenses": {
"type": "MIT",
Expand Down

0 comments on commit 1a2b590

Please sign in to comment.