Skip to content

Commit

Permalink
bump copyright date and fix a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrossman committed Apr 22, 2019
1 parent fc790d9 commit 37f07d9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ a single date picker mode, a time picker, and predefined date ranges.

The MIT License (MIT)

Copyright (c) 2012-2018 Dan Grossman
Copyright (c) 2012-2019 Dan Grossman

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions daterangepicker.js
@@ -1,7 +1,7 @@
/**
* @version: 3.0.4
* @version: 3.0.5
* @author: Dan Grossman http://www.dangrossman.info/
* @copyright: Copyright (c) 2012-2018 Dan Grossman. All rights reserved.
* @copyright: Copyright (c) 2012-2019 Dan Grossman. All rights reserved.
* @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
* @website: http://www.daterangepicker.com/
*/
Expand Down
2 changes: 1 addition & 1 deletion package.js
@@ -1,6 +1,6 @@
Package.describe({
name: 'dangrossman:bootstrap-daterangepicker',
version: '3.0.4',
version: '3.0.5',
summary: 'Date range picker component',
git: 'https://github.com/dangrossman/daterangepicker',
documentation: 'README.md'
Expand Down
6 changes: 1 addition & 5 deletions package.json
@@ -1,11 +1,10 @@
{
"name": "daterangepicker",
"version": "3.0.4",
"version": "3.0.5",
"description": "Date range picker component for Bootstrap",
"main": "daterangepicker.js",
"style": "daterangepicker.css",
"scripts": {
"scss": "node-sass daterangepicker.scss > daterangepicker.css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand All @@ -25,8 +24,5 @@
"dependencies": {
"jquery": ">=1.10",
"moment": "^2.9.0"
},
"devDependencies": {
"node-sass": "^3.4.2"
}
}
2 changes: 1 addition & 1 deletion website/index.html
Expand Up @@ -688,7 +688,7 @@ <h1 style="margin-top: 30px"><a id="license" href="#license">License</a></h1>

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

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

<p>
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:
Expand Down

0 comments on commit 37f07d9

Please sign in to comment.