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

Commit 4c3602d

Browse files
committed
add moment js
1 parent d72c8ab commit 4c3602d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"font-awesome": "^4.7.0",
5252
"jquery": "^3.2",
5353
"lodash": "^4.17.11",
54+
"moment": "^2.22.2",
5455
"popper.js": "^1.14.4",
5556
"select2": "^4.0.6-rc.1",
5657
"select2-bootstrap4-theme": "^1.0.0",

resources/js/bootstrap.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ try {
99
window.$ = window.jQuery = require('jquery')
1010
window.Popper = require('popper.js').default
1111
window.Vue = require('vue')
12+
window.moment = require('moment')
1213

1314
// Lodash Improvement
1415
window._.mixin({ pascalCase: _.flow(_.camelCase, _.upperFirst) })

0 commit comments

Comments
 (0)