diff options
| author | Christoph Schlosser <christoph@linux.com> | 2017-10-07 15:52:08 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christophschlosser@users.noreply.github.com> | 2017-10-07 15:58:49 +0200 |
| commit | db93e2c8dd0a10c853661cdbdd23e6db4107bf6f (patch) | |
| tree | eca9fc97fd69f6ba33ced54b9694921779309c93 /package.json | |
| parent | ca672929666a1c35c0aefcd043ebaffa3d083a10 (diff) | |
| download | doxdocgen-db93e2c8dd0a10c853661cdbdd23e6db4107bf6f.tar.gz | |
Fix NPM license warning
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index e6acbb4..66e256c 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "keywords": [ "cpp", "c++", "c", "doxygen" ], - "license": "LICENSE", + "license": "SEE LICENSE IN LICENSE", "main": "./out/extension", "repository": { "type": "git", |