diff options
author | Guille <alvarezguille@users.noreply.github.com> | 2019-07-10 11:48:58 +0300 |
---|---|---|
committer | Serhii Kulykov <serguey.kulikov@gmail.com> | 2019-07-10 11:48:58 +0300 |
commit | b34de0ec0bf28d632b0feec7a870eaa1f315c940 (patch) | |
tree | f677069e702af8f718f77ed6441a10b084deded0 /package.json | |
parent | 970569250e99bc3b23245b172ec72c32007225d9 (diff) | |
download | vaadin-b34de0ec0bf28d632b0feec7a870eaa1f315c940.tar.gz vaadin-b34de0ec0bf28d632b0feec7a870eaa1f315c940.zip |
Add bundle files (#50)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index a8bda52..e7acd46 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,9 @@ "@vaadin/vaadin-grid-pro": "^2.0.3", "@vaadin/vaadin-rich-text-editor": "^1.0.4" }, - "files": [], + "files": [ + "vaadin.js" + ], "scripts": { "version": "node update-core-version.js && git add bower.json" }, |