diff --git a/README.md b/README.md index 6f390df2..04145827 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/daterangepicker.js b/daterangepicker.js index 49ca6870..6aac9665 100644 --- a/daterangepicker.js +++ b/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/ */ diff --git a/package.js b/package.js index 0386d44c..21cf5cf4 100644 --- a/package.js +++ b/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' diff --git a/package.json b/package.json index ee19898f..be41be04 100644 --- a/package.json +++ b/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": { @@ -25,8 +24,5 @@ "dependencies": { "jquery": ">=1.10", "moment": "^2.9.0" - }, - "devDependencies": { - "node-sass": "^3.4.2" } } diff --git a/website/index.html b/website/index.html index d8b6829e..a1002644 100644 --- a/website/index.html +++ b/website/index.html @@ -688,7 +688,7 @@

License

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 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: