Skip to content

Commit

Permalink
Merge pull request #845 from marmelab/remove_lodash
Browse files Browse the repository at this point in the history
[RFR] Remove Lodash
  • Loading branch information
fzaninotto committed Dec 10, 2015
2 parents ec4eb9b + 6a90e76 commit 177a70f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions doc/Production.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Here is a snippet showing all required scripts:
<script src="node_modules/angular-numeraljs/dist/angular-numeraljs.min.js"></script>
<script src="node_modules/humane/humane.js"></script>
<script src="node_modules/inflection/inflection.min.js"></script>
<script src="node_modules/lodash/lodash.min.js"></script>
<script src="node_modules/underscore/underscore-min.js"></script>
<script src="node_modules/ng-file-upload/ng-file-upload-all.min.js"></script>
<script src="node_modules/ngInflection/ngInflection.js"></script>
<script src="node_modules/nprogress/nprogress.js"></script>
Expand Down Expand Up @@ -62,4 +62,3 @@ Here is a snippet showing all required scripts:
Ng-admin library is already compatible with `ng-strict-di`, but you have to explicitly declare dependencies on your custom application code.

See the [Angular documentation for production](https://docs.angularjs.org/guide/production) for more details about this tweak.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"karma-ng-scenario": "~0.1.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-webpack": "~1.5.1",
"lodash": "^3.8.0",
"mocha": "^2.1.0",
"ng-annotate-loader": "0.0.2",
"ng-annotate-webpack-plugin": "^0.1.2",
Expand Down

0 comments on commit 177a70f

Please sign in to comment.