Skip to content

Commit

Permalink
Fix file names
Browse files Browse the repository at this point in the history
  • Loading branch information
asafdav committed Aug 27, 2013
1 parent e28affe commit d9eb2fb
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ngCsv",
"name": "ng-csv",
"version": "0.0.1",
"dependencies": {
"angular": "~1.0.7",
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ files = [
'bower_components/angular-mocks/angular-mocks.js',

// App
'src/ngCsv/*.js',
'src/ngCsv/directives/*.js',
'src/ng-csv/*.js',
'src/ng-csv/directives/*.js',

// Test specs
'test/unit/**/*.js',
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d9eb2fb

Please sign in to comment.