diff options
author | VirtualTam <virtualtam@flibidi.net> | 2018-04-04 23:39:15 +0200 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2018-04-05 20:30:00 +0200 |
commit | 7cf23badeb16b8e5081bef137e6c4da0ed54f0d0 (patch) | |
tree | 4f74a1a6e754cdde6775ca1b99721f24c92ce0ff /package.json | |
parent | e42031e037037cf2610ae05f9eabdb49abf167c8 (diff) | |
download | Shaarli-7cf23badeb16b8e5081bef137e6c4da0ed54f0d0.tar.gz Shaarli-7cf23badeb16b8e5081bef137e6c4da0ed54f0d0.tar.zst Shaarli-7cf23badeb16b8e5081bef137e6c4da0ed54f0d0.zip |
Update COPYING
Relates to https://github.com/shaarli/Shaarli/pull/1072
Changed:
- update paths to resource files (assets, images)
Removed:
- references to resources now resolved through NPM
- licenses corresponding to the aforementioned resources
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
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 4e5775c4..ba997c9a 100644 --- a/package.json +++ b/package.json | |||
@@ -2,7 +2,7 @@ | |||
2 | "name": "shaarli", | 2 | "name": "shaarli", |
3 | "description": "Shaarli frontend", | 3 | "description": "Shaarli frontend", |
4 | "author": "The Shaarli Community", | 4 | "author": "The Shaarli Community", |
5 | "license": "Zlib", | 5 | "license": "SEE LICENSE IN COPYING", |
6 | "dependencies": { | 6 | "dependencies": { |
7 | "awesomplete": "^1.1.2", | 7 | "awesomplete": "^1.1.2", |
8 | "blazy": "^1.8.2", | 8 | "blazy": "^1.8.2", |