[NIFIREG-168] remove package-lock file from .gitignore and remove author info
Project: http://git-wip-us.apache.org/repos/asf/nifi-fds/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-fds/commit/ec42ec1f Tree: http://git-wip-us.apache.org/repos/asf/nifi-fds/tree/ec42ec1f Diff: http://git-wip-us.apache.org/repos/asf/nifi-fds/diff/ec42ec1f Branch: refs/heads/gh-pages Commit: ec42ec1f04aaf56ff6232940452257b41f4bae2b Parents: bfce34f Author: Scott Aslan <[email protected]> Authored: Tue Apr 24 15:25:36 2018 -0400 Committer: Scott Aslan <[email protected]> Committed: Tue Apr 24 15:25:36 2018 -0400 ---------------------------------------------------------------------- .gitignore | 1 - package.json | 4 ---- 2 files changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/ec42ec1f/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index dc100b8..297f275 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ coverage/ platform/core/common/styles/css/ npm-debug.log* webapp/ -package-lock.json # Intellij .idea/ http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/ec42ec1f/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index e435153..8cdb70d 100644 --- a/package.json +++ b/package.json @@ -25,10 +25,6 @@ "url": "https://github.com/apache/nifi-fds/issues" }, "license": "Apache License, Version 2.0", - "author": "Scott Aslan", - "contributors": [ - "Scott Aslan <[email protected]>" - ], "dependencies": { "jquery": "3.2.1", "rxjs": "5.5.6",
