Skip to content

Commit

Permalink
fixup! #276 #247 update to jquery 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
babakhani committed Feb 8, 2019
1 parent 2e799a4 commit ad743aa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = function (grunt) {
sass: {
dev: {
files: {
'dist/css/<%= pkg.name %>.css': 'src/sass/persian-datepicker.scss',
'dist/css/<%= pkg.name %>.css': 'src/sass/persian-datepicker.scss'
}
},
prod: {
Expand Down
7 changes: 0 additions & 7 deletions dist/js/persian-datepicker.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
** persian-datepicker - v1.1.4b
** Reza Babakhani <babakhani.reza@gmail.com>
** http://babakhani.github.io/PersianWebToolkit/docs/datepicker
** Under MIT license
*/

(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
Expand Down
2 changes: 1 addition & 1 deletion src/es6/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ const Config = {
* @default 'امروز'
* @deprecated from 1.0.0
*/
btnToday: 'امروز',
btnToday: 'امروز'

},

Expand Down

0 comments on commit ad743aa

Please sign in to comment.