Repository: olingo-odata4-js Updated Branches: refs/heads/master 87e35975d -> 419a45010
[OLINGO-442] remove dependency to browserify Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/commit/dca6ffd5 Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/tree/dca6ffd5 Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/diff/dca6ffd5 Branch: refs/heads/master Commit: dca6ffd5097462decf9f42279741443379f39b22 Parents: 87e3597 Author: Sven Kobler <[email protected]> Authored: Mon Oct 20 09:44:56 2014 +0200 Committer: Sven Kobler <[email protected]> Committed: Mon Oct 20 09:44:56 2014 +0200 ---------------------------------------------------------------------- odatajs/package.json | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/blob/dca6ffd5/odatajs/package.json ---------------------------------------------------------------------- diff --git a/odatajs/package.json b/odatajs/package.json index ea387d9..0d5e152 100644 --- a/odatajs/package.json +++ b/odatajs/package.json @@ -33,7 +33,6 @@ "scripts": {}, "devDependencies": { "grunt": "^0.4.5", - "grunt-browserify": "^2.1.0", "grunt-connect-proxy": "^0.1.10", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-compress": "^0.10.0",
