Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
ferenchuk committed Jan 10, 2019
1 parent 606c449 commit c1d9542
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/chieffancypants/angular-loading-bar.git"
"url": "git://github.com/ferenchuk/angular-loading-bar.git"
},
"keywords": [
"angular",
Expand All @@ -31,16 +31,16 @@
},
"homepage": "https://chieffancypants.github.io/angular-loading-bar",
"devDependencies": {
"karma-jasmine": "^0.1.3",
"karma-coffee-preprocessor": "^0.2.0",
"karma-phantomjs-launcher": "^0.1.0",
"karma": "~0.12.0",
"karma-coverage": "^0.1.0",
"grunt": "~0.4.1",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-cssmin": "~0.12.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-cssmin": "~0.12.0",
"grunt-karma": "~0.11.0",
"grunt-contrib-concat": "^0.5.0"
"karma": "~0.12.0",
"karma-coffee-preprocessor": "^0.2.0",
"karma-coverage": "^0.1.0",
"karma-jasmine": "^0.1.3",
"karma-phantomjs-launcher": "^0.1.0"
}
}

0 comments on commit c1d9542

Please sign in to comment.