Skip to content

Commit 37f07d9

Browse files
committed
bump copyright date and fix a dependency
1 parent fc790d9 commit 37f07d9

File tree

5 files changed

+6
-10
lines changed

5 files changed

+6
-10
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ a single date picker mode, a time picker, and predefined date ranges.
1717

1818
The MIT License (MIT)
1919

20-
Copyright (c) 2012-2018 Dan Grossman
20+
Copyright (c) 2012-2019 Dan Grossman
2121

2222
Permission is hereby granted, free of charge, to any person obtaining a copy
2323
of this software and associated documentation files (the "Software"), to deal

daterangepicker.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* @version: 3.0.4
2+
* @version: 3.0.5
33
* @author: Dan Grossman http://www.dangrossman.info/
4-
* @copyright: Copyright (c) 2012-2018 Dan Grossman. All rights reserved.
4+
* @copyright: Copyright (c) 2012-2019 Dan Grossman. All rights reserved.
55
* @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
66
* @website: http://www.daterangepicker.com/
77
*/

package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'dangrossman:bootstrap-daterangepicker',
3-
version: '3.0.4',
3+
version: '3.0.5',
44
summary: 'Date range picker component',
55
git: 'https://github.com/dangrossman/daterangepicker',
66
documentation: 'README.md'

package.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"name": "daterangepicker",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "Date range picker component for Bootstrap",
55
"main": "daterangepicker.js",
66
"style": "daterangepicker.css",
77
"scripts": {
8-
"scss": "node-sass daterangepicker.scss > daterangepicker.css",
98
"test": "echo \"Error: no test specified\" && exit 1"
109
},
1110
"repository": {
@@ -25,8 +24,5 @@
2524
"dependencies": {
2625
"jquery": ">=1.10",
2726
"moment": "^2.9.0"
28-
},
29-
"devDependencies": {
30-
"node-sass": "^3.4.2"
3127
}
3228
}

website/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ <h1 style="margin-top: 30px"><a id="license" href="#license">License</a></h1>
688688

689689
<p>The MIT License (MIT)</p>
690690

691-
<p>Copyright (c) 2012-2018 <a href="http://www.dangrossman.info">Dan Grossman</a></p>
691+
<p>Copyright (c) 2012-2019 <a href="http://www.dangrossman.info">Dan Grossman</a></p>
692692

693693
<p>
694694
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

0 commit comments

Comments
 (0)