Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

jspm 0.17 upgrades #68

Open
wants to merge 40 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
d2b408a
peer dependencies support
guybedford Oct 1, 2015
f5c0174
only set any main if found
guybedford Oct 5, 2015
58103c8
remove releases API use, bluebird promises
guybedford Nov 26, 2015
645090d
remove use of rsvp
guybedford Dec 3, 2015
4075f71
correct main handling
guybedford Dec 5, 2015
ace532c
dependency version fix
guybedford Jan 8, 2016
8cd5f66
0.14.0
guybedford Jan 9, 2016
7ba7b5a
directories.lib -> directories.dist
guybedford Jan 15, 2016
b21d5de
0.14.1
guybedford Jan 19, 2016
2cdbc5c
windows fixes
guybedford Jan 24, 2016
6b0156f
0.14.2
guybedford Jan 25, 2016
f05942b
ensure github credentials are base64 encoded only
guybedford Feb 2, 2016
1451b9d
handle directories.lib deprecation path within jspm core
guybedford Feb 4, 2016
643419b
0.14.3
guybedford Feb 4, 2016
4e92677
bump graceful-fs
guybedford Feb 14, 2016
6f7d364
0.14.4
guybedford Feb 25, 2016
bfa827e
ensure github still tries repo name as the main
guybedford Mar 9, 2016
c3cb4c2
0.14.5
guybedford Mar 9, 2016
1de2b38
optionalDependencies handling
guybedford Mar 10, 2016
9eda046
0.14.6
guybedford Mar 10, 2016
c9ea733
Fix reference to strictSSL configuration settings
fastner May 3, 2016
83155a3
tar update
guybedford May 23, 2016
b8c8749
0.14.7
guybedford May 23, 2016
0239f95
mark connection reset error as retriable
guybedford Jun 1, 2016
792567c
0.14.8
guybedford Jun 9, 2016
ba22b3c
0.14.9
guybedford Jun 10, 2016
b306765
Remove username/password support; always use tokens
tamird Jun 12, 2016
e06b547
Merge pull request #91 from tamird/token-auth-0.17
guybedford Jun 18, 2016
dd526b0
replace tar with tar-fs: ~40% faster unpack
adamburgess Jul 15, 2016
3ea3feb
Merge pull request #98 from adamburgess/tar-fs
guybedford Jul 15, 2016
090d331
0.14.10
guybedford Aug 21, 2016
ed86cbc
update rimraf
guybedford Sep 6, 2016
c049079
configuration correction
guybedford Sep 19, 2016
689fc14
Revert "Remove username/password support; always use tokens"
guybedford Sep 29, 2016
ad22fbf
0.14.11
guybedford Sep 30, 2016
f127bd8
fix timeout option
guybedford Mar 30, 2017
4348bc1
0.14.13
guybedford Mar 30, 2017
748308a
dep updates
guybedford Aug 21, 2017
683116c
github api fix
guybedford Feb 10, 2021
aeefaff
0.14.14
guybedford Feb 10, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exec-git.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var Promise = require('rsvp').Promise;
var Promise = require('bluebird').Promise;
var exec = require('child_process').exec;
var os = require('os');

Expand Down
Loading