Guillermo Rauch
6622ddcfb9
Release 3.0.0
8 years ago
Guillermo Rauch
2c245a5cab
fix merge
8 years ago
Guillermo Rauch
0265530f25
Merge branch 'master' of github.com:zeit/now
8 years ago
Guillermo Rauch
244137ae90
Ignore improvements ( #234 )
* fix non-determinism in tests
* if `.dockerignore` doesn't exist, use `.gitignore`
* add back duplicate dei
* Move comment to appropriate line
* also check for exactly two duplicates
8 years ago
Guillermo Rauch
347d06242e
add back duplicate dei
8 years ago
Guillermo Rauch
cb3da35156
Merge branch 'master' of github.com:zeit/now
8 years ago
Guillermo Rauch
485915b300
if `.dockerignore` doesn't exist, use `.gitignore`
8 years ago
Guillermo Rauch
06b34a0730
fix non-determinism in tests
8 years ago
Leo Lamprecht
a3a74ab253
2.0.5
8 years ago
Matheus Fernandes
49de0d3331
Print the error message for a aborted login in a new line ( #229 )
8 years ago
Greenkeeper
85a68b9fe7
chore(package): update ora to version 1.0.0 ( #227 )
8 years ago
Leo Lamprecht
0c02113e2a
2.0.4
8 years ago
Leo Lamprecht
c45eeed38f
No `version` property required
8 years ago
Leo Lamprecht
d8e4e41b8d
Pinned `serve` but allowing patches
8 years ago
Matheus Fernandes
cb8403174b
Make clear that the alias must exist when using `--alias` ( #222 )
8 years ago
Olli Vanhoja
311abf3d2f
now-rm: Don't show URL for incomplete deployments ( #221 )
Fixes this:
> The following deployment will be removed permanently:
XXXXXXXXXXXXXXXXXXXXXXXX https://null 21d ago
8 years ago
Leo Lamprecht
0c2ef197ad
2.0.3
8 years ago
Leo Lamprecht
5c1b239ca6
Prevent pkg from throwing a warning
8 years ago
Leo Lamprecht
59734bf31b
MOAR comments
8 years ago
Leo Lamprecht
b997c71dd4
Contextual newlines added
8 years ago
Olli Vanhoja
0b4660158a
Fix file mode passing for regular deployments ( #214 )
Commit bbf1b30c4d
broke file modes
for regular deployments as file mode isn't retrieved anymore.
8 years ago
Leo Lamprecht
a76397f0fb
Testing token needs to be inside its property
8 years ago
Leo Lamprecht
058c3f63ab
Make tests use the correct binary
8 years ago
Leo Lamprecht
c46f5e66dd
2.0.2
8 years ago
Leo Lamprecht
2fa62da2d8
Don't ignore modules directory when transpiling
8 years ago
Leo Lamprecht
dabcc64660
2.0.1
8 years ago
Leo Lamprecht
03708278df
Load sub commands using extensions
8 years ago
Leo Lamprecht
f82cbe9bc5
Tell pkg not to use the harmony flag
8 years ago
Leo Lamprecht
513ecfb7de
Added extensions to binaries
8 years ago
Leo Lamprecht
7628017eb6
2.0.0
8 years ago
Leo Lamprecht
158bf64ea2
No need to set language type anymore
8 years ago
Leo Lamprecht
56f4c2818a
Hide weird XO error in Atom
8 years ago
Leo Lamprecht
9f073ad25c
Use async-to-gen for all Node versions
8 years ago
Leo Lamprecht
5030008631
Tell XO to ignore enclosed version
8 years ago
Leo Lamprecht
df111b9eba
Only allow process.exit in certain places
8 years ago
Leo Lamprecht
fc8708923e
Re-enable rule for unresolved imports
8 years ago
Leo Lamprecht
d01bf29690
Check for update using a package
8 years ago
Leo Lamprecht
06fad401bf
Removed unused code
8 years ago
Leo Lamprecht
6186c8b06b
Start JS syntax right on top
8 years ago
Leo Lamprecht
e981e0a218
Make description match the repo's
8 years ago
Leo Lamprecht
18d0963ad4
Added a missing newline before checking support of async/await
8 years ago
Leo Lamprecht
7e30961ae1
No need to ignore build directory anymore
8 years ago
Leo Lamprecht
18d9de4121
Removed main property (not needed)
8 years ago
Leo Lamprecht
2a26f01a95
Stop pinning dependencies
8 years ago
Leo Lamprecht
b1090fe97e
Let Travis CI decide whether or not to use sudo
8 years ago
Leo Lamprecht
38b56b118c
There's no build directory anymore
8 years ago
Leo Lamprecht
21c235bb4c
No dev script needed
8 years ago
Leo Lamprecht
3043215350
Upload folders to npm
8 years ago
Leo Lamprecht
bf2af9d8d5
Properly indented pkg property
8 years ago
Jarmo Isotalo
059918e7ee
Remove babel as dependecy ( #209 )
* Remove babel as a dependency
* Migrate from import foo from foo to const foo = require('foo')
* Update module.exports
* Update commander syntax
* Update pkg config and fix stuff
* Make XO happy
* Fix path in tests
* Fix typo
* Fix cleanup
* Debug pkg
* Fix pkg
* Fix process.argv for subcommands
* Run with --harmony-async-await when supported thx igor for help with this trick :D
* Use bash
* Set engines.node in package.json
8 years ago