mirror of
https://github.com/frappe/air-datepicker.git
synced 2026-01-14 11:01:22 +08:00
add air-datepicker common.js module
This commit is contained in:
parent
af3f0ec3cd
commit
a5cacf89c4
2
.npmignore
Normal file
2
.npmignore
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
bower.json
|
||||||
|
static-server.js
|
||||||
@ -28,6 +28,6 @@
|
|||||||
"tests"
|
"tests"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "^2.1.4"
|
"jquery": "^2.2.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
34
package.json
34
package.json
@ -1,8 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "air-datepicker",
|
"name": "air-datepicker",
|
||||||
"version": "1.2.1",
|
"version": "2.0.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^6.1.0",
|
"autoprefixer": "^6.1.0",
|
||||||
|
"browserify": "^13.0.0",
|
||||||
"chai": "^3.4.1",
|
"chai": "^3.4.1",
|
||||||
"gulp": "^3.9.0",
|
"gulp": "^3.9.0",
|
||||||
"gulp-clone": "^1.0.0",
|
"gulp-clone": "^1.0.0",
|
||||||
@ -20,6 +21,33 @@
|
|||||||
"gulp-wrap": "^0.11.0",
|
"gulp-wrap": "^0.11.0",
|
||||||
"jade": "^1.11.0",
|
"jade": "^1.11.0",
|
||||||
"mocha": "^2.3.4",
|
"mocha": "^2.3.4",
|
||||||
"node-static": "^0.7.7"
|
"node-static": "^0.7.7",
|
||||||
}
|
"vinyl-source-stream": "^1.1.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"jquery": "^2.2.3"
|
||||||
|
},
|
||||||
|
"description": "Lightweight customizable cross-browser jQuery datepicker, built with es5 and css-flexbox. Works in all modern desktop and mobile browsers (tested no Android 4.4+ and iOS8+)\r ",
|
||||||
|
"main": "src/js/air-datepicker.js",
|
||||||
|
"directories": {
|
||||||
|
"doc": "docs",
|
||||||
|
"test": "tests"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/t1m0n/air-datepicker.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"datepicker",
|
||||||
|
"timepicker",
|
||||||
|
"plugin",
|
||||||
|
"customizable",
|
||||||
|
"powerfull"
|
||||||
|
],
|
||||||
|
"author": "t1m0n <t1m0n.tr@gmail.com>",
|
||||||
|
"license": "MIT",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/t1m0n/air-datepicker/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/t1m0n/air-datepicker#readme"
|
||||||
}
|
}
|
||||||
|
|||||||
4
src/js/air-datepicker.js
Normal file
4
src/js/air-datepicker.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
require('./datepicker');
|
||||||
|
require('./body');
|
||||||
|
require('./navigation');
|
||||||
|
require('./timepicker');
|
||||||
Loading…
x
Reference in New Issue
Block a user