diff options
author | Serhii Kulykov <iamkulykov@gmail.com> | 2019-12-17 11:36:41 +0200 |
---|---|---|
committer | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2019-12-17 11:36:41 +0200 |
commit | a253f913f441d2d1c5533981cd153c31a61b1961 (patch) | |
tree | 87187b9e27b384720bc0760ec96a9f55227f9c68 /package.json | |
parent | 07b9539d94103d3a30e8c7d5cfb494fdc07f9f3b (diff) | |
download | vaadin-a253f913f441d2d1c5533981cd153c31a61b1961.tar.gz vaadin-a253f913f441d2d1c5533981cd153c31a61b1961.zip |
Remove bower from 15.x completely (#60)
* Remove bower from 15.x completely
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package.json b/package.json index f1ec6f6..da60876 100644 --- a/package.json +++ b/package.json @@ -18,9 +18,6 @@ "files": [ "vaadin.js" ], - "scripts": { - "version": "node update-core-version.js && git add bower.json" - }, "keywords": [ "vaadin", "core", |