diff options
author | Yukai Huang | 2017-03-13 22:00:29 +0800 |
---|---|---|
committer | Yukai Huang | 2017-03-13 22:00:29 +0800 |
commit | 24f1413654947a00ed81c5480164eca25b531e51 (patch) | |
tree | 854ecc7dd645468352f02efdf0fd1f84f89a57b8 | |
parent | cc30d370f7cf662eb4ea21fb93148a30bd8764d2 (diff) |
Add inlineAttachment to global
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 01c867df..d1b4c032 100644 --- a/package.json +++ b/package.json @@ -188,7 +188,8 @@ "MediaUploader", "hex2rgb", "num_loaded", - "Visibility" + "Visibility", + "inlineAttachment" ], "ignore": [ "lib/ot", |