Skip to content
This repository has been archived by the owner on Aug 29, 2021. It is now read-only.

Commit

Permalink
Remove forced sameness until parcel-bundler/parcel#2020 is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
Levertion committed Sep 16, 2018
1 parent 3afe05f commit 37191d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,8 @@ script:
- npm run lint
- npm run prettier -- --list-different
- npm run build
- git diff --exit-code
# Blocked on https://github.com/parcel-bundler/parcel/pull/2020
# - git diff --exit-code
env:
global:
secure: MRJdpa8qRLcMNDKhFi1OP9lalqcqVt9EK85SBuPdL63sA3RNIdu5EJw/aGCf6pJ7GJYXMTiZh/sLbUh/1mybHvP0WYu10uJxCacejhRc+dB2Txz/zqWYWbjMXLas7MX+MY8A+ChgjClJKWGZc9Xl6W67UAC6MW0aS0L+9SGRWXZwfVwPBsZDGF23694tcsaIpqvFENTD0dO9o0TX9dPsdulzA6tIWOtXrYDqdmneSQBr6VYsjobMslB9ScOgVNxU9pyPNhgvzMp5juboJLsnBohWDk1aocaQT6Qfh+24Zvic0Mw8nbh0kgiWC4sNaKwhpceh6uKiG2doKVYwABCgGdcBsc5/kkELzJYvoHJsGSABCiBZA1t7gFSz2Q1DEcyeGzsEAapESJcpYsO2hOoaZpdwR4QYd31Z+cyyIoun71nv+dl0x15Iq6Wj4VtAm8eZQlZJaXTK2Fbw0jC1MAkvpf+llaNB55xnEa0mNCvi/NVVxS03diONvBC4PiA9pp9hrqaetyfG0CR+ugCcapPj46hXf2TJo3FjWn1QbqElcHmc8y5+bNrstHUtyNazby5yXZQO7+41vHaSUaCz2mOOe0TlTAQOiCeyfNJhP6tTLzsQ5n7y0eA+KczWXScR1wA4Lm2lZEQ8Vgw15j1kDkBUoXBOUnZtXFSHaUn51yWxQpc=
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -20,6 +20,9 @@
"type": "git",
"url": "https://github.com/Levertion/mcfunction-langserver/"
},
"files": [
"dist"
],
"keywords": [
"Minecraft"
],
Expand Down

0 comments on commit 37191d2

Please sign in to comment.