Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit b3909af

Browse files
committed
Merge pull request #28 from Carreau/momentjs
add moment.js to component
2 parents a80ac7a + db658e0 commit b3909af

File tree

4 files changed

+2624
-1
lines changed

4 files changed

+2624
-1
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,9 @@ requirejs/dist
5050

5151
bootstrap-tour/src
5252
bootstrap-tour/build/*/*standalone*
53+
54+
moment/*
55+
!moment/moment.js
56+
!moment/min/
57+
moment/min/*
58+
!moment/min/moment.min.js

bower.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"jquery-ui": "components/jqueryui#~1.10",
1414
"marked": "~0.3",
1515
"requirejs": "~2.1",
16-
"underscore": "components/underscore#~1.5"
16+
"underscore": "components/underscore#~1.5",
17+
"moment": "~2.7.0"
1718
}
1819
}

0 commit comments

Comments
 (0)