bower-config
Advanced tools
Comparing version 1.3.1 to 1.4.0
# Changelog | ||
## 1.4.0 | ||
- Change default shorthand resolver from git:// to https:// | ||
## 1.3.1 | ||
@@ -4,0 +8,0 @@ |
@@ -25,3 +25,3 @@ var path = require('path'); | ||
'registry': 'https://bower.herokuapp.com', | ||
'shorthand-resolver': 'git://github.com/{{owner}}/{{package}}.git', | ||
'shorthand-resolver': 'https://github.com/{{owner}}/{{package}}.git', | ||
'tmp': paths.tmp, | ||
@@ -28,0 +28,0 @@ 'proxy': proxy, |
@@ -73,4 +73,2 @@ var path = require('path'); | ||
} | ||
return null; | ||
} | ||
@@ -77,0 +75,0 @@ |
{ | ||
"name": "bower-config", | ||
"version": "1.3.1", | ||
"version": "1.4.0", | ||
"description": "The Bower config reader and writer.", | ||
@@ -5,0 +5,0 @@ "author": "Twitter", |
23986
466