diff --git a/README.md b/README.md index 2f79f8f..e4f82f5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index dc9db8a..a8cc3c3 100644 --- a/package.json +++ b/package.json @@ -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",