Leo Lamprecht
870c95c870
Fixed deployments
8 years ago
Leo Lamprecht
f3b6f9edb0
Ignore `pkg` output in Git
8 years ago
Igor Klopov
ebd3db90b0
Yarn artifacts + fix alpine download ( #51 )
* backup of binary to be included into yarn artifacts
* fix downloading alpine binary
8 years ago
Leo Lamprecht
9d7cac8acb
Build again before deploying
8 years ago
Leo Lamprecht
55dec6e419
Fixed ability to push releases to Slack
8 years ago
Leo Lamprecht
c847179be1
Missing `pkg` dependency added
8 years ago
Leo Lamprecht
ecbef2ac9d
Ensure that package bundle doesn't get lost on CI
8 years ago
Leo Lamprecht
341c22ac31
Removed native module from dependency list
8 years ago
Leo Lamprecht
d2642f9601
Missing badges added
8 years ago
Leo Lamprecht
1f5a2dbd65
Use Travis CI instead of Circle CI
8 years ago
Leo Lamprecht
9d9fd7e097
Tell npm to publish as beta
8 years ago
Leo Lamprecht
6efdb0fb9d
Test on Circle CI
8 years ago
Leo Lamprecht
30ed4bcc64
Added missing dependency
8 years ago
Leo Lamprecht
06f5ebf111
Added support for updates
8 years ago
Leo Lamprecht
fb67971bfd
Package description added
8 years ago
Leo Lamprecht
c7535de719
Added ability to link in development
8 years ago
Leo Lamprecht
d2617270bb
Fixed URL for `pkg` downloads
8 years ago
Leo Lamprecht
7e37d8825c
Create a bundle using `pkg` on the fly
8 years ago
Leo Lamprecht
35e7b994ef
Fixed Flow errors
8 years ago
Leo Lamprecht
3bb9011e2a
Replaced `fs.promised` with `fs-extra-promise`
8 years ago
Leo Lamprecht
cfcfe4a729
Moved all dependencies into a single property
8 years ago
Leo Lamprecht
9be5808029
Made pre-commit hook only lint Flow code
8 years ago
Leo Lamprecht
b612fbc02b
Removed examples, that's what the site is for
8 years ago
Leo Lamprecht
6ba6999bb9
Removed useless dependencies
8 years ago
Leo Lamprecht
e787d72a2f
Tell Webpack to build into the correct directory
8 years ago
Leo Lamprecht
8f2f359462
Use Webpack for building Flow code
8 years ago
Leo Lamprecht
1ff8139f74
Automatically run flow when source changes
8 years ago
Leo Lamprecht
340b8721ac
Made sure that shortlinks point to the right place
8 years ago
Leo Lamprecht
d8c8bb62bc
Removed license note in `readme.md`
8 years ago
Leo Lamprecht
39bda5f6b6
Converted pre-commit hook to script
8 years ago
Leo Lamprecht
cf40198b22
Better directory name for build output
8 years ago
Leo Lamprecht
ac31ded446
Comments for ignored files
8 years ago
Leo Lamprecht
ba9567941d
Made company name in license legally correct
8 years ago
Leo Lamprecht
100b37b475
Lowercased text files
8 years ago
Leo Lamprecht
2b908305d0
Bumped dependencies to the latest version
8 years ago
Leo Lamprecht
9d29e64038
Improved order of package fields
8 years ago
Leo Lamprecht
b5fcb44c64
Pinned dependencies
8 years ago
Leo Lamprecht
4bdaa3fa26
8.0.0-beta.2
8 years ago
Matheus Fernandes
8973f7c184
Move legacy code to where it belongs
8 years ago
Matheus Fernandes
6169cc2f5b
Fix the default config description ( #38 )
* There's no auth stuff in here
* `now` -> `Now`
* Add missing `'`
* Mention `now config help`
8 years ago
Naoyuki Kanezawa
817184951d
Add basic config command ( #33 )
* add basic config command
* Add a success message
* Grammar
* Remove extra spaces
8 years ago
Naoyuki Kanezawa
cad1fbd31d
Generate random bucket names and save to config ( #32 )
8 years ago
Naoyuki Kanezawa
648da4e85a
Ignore out dir on lint ( #35 )
8 years ago
Naoyuki Kanezawa
71c586ec7b
Fix flow annotations to suppress errors ( #36 )
8 years ago
Naoyuki Kanezawa
776c759de8
retry createFunction for the case role is not ready on aws deployment ( #31 )
8 years ago
Naoyuki Kanezawa
1ec72f0eef
Add `progress` module to dependencies ( #30 )
8 years ago
Matheus Fernandes
e061c9bbc4
Tell ESLint to ignore legacy code
8 years ago
Matheus Fernandes
dc03fb4d4e
Add the license
8 years ago
Elliott Beach
4db2c0619d
Text.js: Remove bad restore call. ( #26 )
Fixes #25 .
The `restore` call is not needed, since at this point no user input has been processed.
Even if you moved the definition up, it would still cause a ReferenceError due to setRawMode not existing, so it's best to just not do it.
8 years ago
Guillermo Rauch
9fe6e928f8
exit correctly from unhandled errors
8 years ago