Merge pull request #399 from willemvb/master

Change main field in package.json
This commit is contained in:
Valeriy 2016-02-25 22:31:46 +05:00
commit 3c30a1c84e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# PLEASE. Help me update documetation.
# PLEASE. Help me update documentation.
[Doc.tpl](https://github.com/xdan/datetimepicker/blob/master/doc.tpl)
This file will be automatically displayed on the site

View File

@ -2,7 +2,7 @@
"name": "jquery-datetimepicker",
"version": "2.5.1",
"description": "jQuery Plugin DateTimePicker it is DatePicker and TimePicker in one",
"main": "jquery.datetimepicker.js",
"main": "build/jquery.datetimepicker.full.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"concat": "concat-cli -f bower_components/php-date-formatter/js/php-date-formatter.js jquery.datetimepicker.js bower_components/jquery-mousewheel/jquery.mousewheel.js -o build/jquery.datetimepicker.full.js",