-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"name": "persian-datepicker", | ||
"version": "0.5.0", | ||
"version": "0.5.5", | ||
"main": [ | ||
"dist/css/persian-datepicker-0.5.0.min.css", | ||
"dist/js/persian-datepicker-0.5.0.min.js" | ||
"dist/css/persian-datepicker.min.css", | ||
"dist/js/persian-datepicker.min.js" | ||
], | ||
"ignore": [ | ||
".*", | ||
|
@@ -14,7 +14,7 @@ | |
], | ||
"dependencies": { | ||
"jquery": "2.2.0", | ||
"persian-date": "0.1.8" | ||
"persian-date": "0.2.3" | ||
}, | ||
"keywords": [ | ||
"bootstrap-datetimepicker", | ||
|
@@ -33,37 +33,11 @@ | |
"bugs": { | ||
"url": "https://github.com/babakhani/pwt.datepicker/issues" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.0.0", | ||
"babel-core": "^6.22.1", | ||
"babel-loader": "^6.2.10", | ||
"babel-plugin-transform-runtime": "^6.22.0", | ||
"babel-polyfill": "^6.22.0", | ||
"babel-preset-es2015": "^6.22.0", | ||
"babel-runtime": "^6.22.0", | ||
"bootstrap": "^3.3.7", | ||
"grunt": "^1.0.1", | ||
"grunt-cli": "^1.2.0", | ||
"grunt-contrib-concat": "^1.0.1", | ||
"grunt-contrib-copy": "^1.0.0", | ||
"grunt-contrib-sass": "^1.0.0", | ||
"grunt-contrib-uglify": "^2.2.0", | ||
"grunt-contrib-watch": "*", | ||
"grunt-jsdoc-to-markdown": "^3.0.0", | ||
"hamsterjs": "=1.1.2", | ||
"jshint": "^2.6.0", | ||
"load-grunt-tasks": "^3.5.2", | ||
"mustache": "=2.3.0", | ||
"persian-date": "^0.1.8", | ||
"sass-lint": "^1.10.2", | ||
"simple-server": "^1.0.1", | ||
"sync-pkg": "^0.7.2" | ||
}, | ||
"authors": [ | ||
"Reza Babakhani <[email protected]>" | ||
], | ||
"files": [ | ||
"dist" | ||
], | ||
"description": "jQuery datepicker plugin work with Iranian calendar." | ||
"description": "jQuery datepicker plugin work with Iranian calendar.", | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
/* | ||
** persian-datepicker - v0.5.5 | ||
** Reza Babakhani <[email protected]> | ||
** http://babakhani.github.io/PersianWebToolkit/docs/datepicker | ||
** Under WTFPL license | ||
*/ | ||
|
||
.datepicker-plot-area { | ||
-moz-user-select: none; | ||
-khtml-user-select: none; | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
/* | ||
** persian-datepicker - v0.5.5 | ||
** Reza Babakhani <[email protected]> | ||
** http://babakhani.github.io/PersianWebToolkit/docs/datepicker | ||
** Under WTFPL license | ||
*/ | ||
|
||
(function webpackUniversalModuleDefinition(root, factory) { | ||
if(typeof exports === 'object' && typeof module === 'object') | ||
module.exports = factory(); | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.