aboutsummaryrefslogtreecommitdiff
path: root/package.js
diff options
context:
space:
mode:
authorPierre-Denis Vanduynslager <[email protected]>2016-10-20 14:25:00 -0400
committerPierre-Denis Vanduynslager <[email protected]>2016-10-20 14:25:00 -0400
commit9ee304b973a5675a7a59406fdaeef20870f566ce (patch)
tree8820ad86b8cd5899ea1d2c9050881b4ff56c8fee /package.js
parent27cf3d675c80029ff2cea1e14903886c00119e37 (diff)
parentb5890e0608ad2262cde4a38e90afa19f1cb5d852 (diff)
downloadbootstrap-9ee304b973a5675a7a59406fdaeef20870f566ce.tar.xz
bootstrap-9ee304b973a5675a7a59406fdaeef20870f566ce.zip
Merge branch 'twbs/v4-dev' into v4-dev
Diffstat (limited to 'package.js')
-rw-r--r--package.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.js b/package.js
index 8c6110909..a15a51d2c 100644
--- a/package.js
+++ b/package.js
@@ -3,9 +3,9 @@
/* global Package:true */
Package.describe({
- name: 'twbs:bootstrap', // http://atmospherejs.com/twbs/bootstrap
+ name: 'twbs:bootstrap', // https://atmospherejs.com/twbs/bootstrap
summary: 'The most popular front-end framework for developing responsive, mobile first projects on the web.',
- version: '4.0.0-alpha.3',
+ version: '4.0.0-alpha.5',
git: 'https://github.com/twbs/bootstrap.git'
});