Release browser extension 0.1.0 (#256)

* Bump browser extension version

* Fix browser extension alert
This commit is contained in:
Sung Won Cho 2019-09-30 15:36:11 +08:00 committed by GitHub
commit 35c41a219e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,3 @@
#!/bin/bash
tar --exclude='./node_modules' --exclude='./package' --exclude='./dist' -zcvf extension.tar.gz * .babelrc .eslintrc
tar --exclude='./node_modules' --exclude='./package' --exclude='./dist' -zcvf extension.tar.gz * .eslintrc