Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
try to fix lodash minification issue
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Feb 16, 2015
1 parent ae94709 commit b266ddd
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,32 @@
"grunt": "~0.4",
"grunt-angular-templates": "~0.5",
"grunt-browser-output": "1.0.3",
"grunt-cache-bust": "^0.4.5",
"grunt-cache-bust": "^0.4.6",
"grunt-contrib-clean": "~0.6",
"grunt-contrib-concat": "~0.5",
"grunt-contrib-connect": "~0.9",
"grunt-contrib-copy": "~0.7",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-htmlmin": "~0.3",
"grunt-contrib-jshint": "~0.10",
"grunt-contrib-less": "~0.12",
"grunt-contrib-uglify": "~0.6",
"grunt-contrib-cssmin": "^0.12.1",
"grunt-contrib-htmlmin": "~0.4",
"grunt-contrib-jshint": "~0.11",
"grunt-contrib-less": "~1.0",
"grunt-contrib-uglify": "~0.7",
"grunt-contrib-watch": "~0.6",
"grunt-dom-munger": "~3.4",
"grunt-html-angular-validate": "^0.4.0",
"grunt-karma": "~0.9",
"grunt-ng-annotate": "^0.8.0",
"grunt-karma": "~0.10",
"grunt-ng-annotate": "^0.9.2",
"grunt-ng-constant": "^1.0.0",
"grunt-traceur": "^0.2.12",
"grunt-traceur": "^0.5.1",
"jshint-stylish": "^1.0.0",
"karma": "~0.12.28",
"karma": "~0.12.31",
"karma-chrome-launcher": "~0.1.7",
"karma-firefox-launcher": "~0.1.3",
"karma-jasmine": "~0.3.2",
"karma-mocha-reporter": "~0.3.1",
"karma-firefox-launcher": "~0.1.4",
"karma-jasmine": "~0.3.5",
"karma-mocha-reporter": "~0.3.2",
"karma-phantomjs-launcher": "~0.1.4",
"load-grunt-tasks": "~1.0",
"load-grunt-tasks": "~3.1",
"rimraf": "^2.2.8",
"streamqueue": "^0.1.1"
"streamqueue": "^0.1.3"
}
}

0 comments on commit b266ddd

Please sign in to comment.