change dir structure

This commit is contained in:
Piotrek
2013-10-03 15:23:44 +02:00
parent bad4a29693
commit 76461f6fc4
24 changed files with 7877 additions and 281 deletions

View File

@@ -1,19 +1,19 @@
{
"name": "angular-datepicker",
"main": ["module.min.js","date.min.css"],
"license": "MIT",
"version": "0.0.1",
"version": "0.1.0",
"ignore": [
".gitignore","README.md"
],
"dependencies": {},
"devDependencies": {
"angular-unstable": "latest",
"json3": "~3.2.4",
"es5-shim": "~2.0.8",
"angular": "1.2.0-rc.2",
"jquery": "~2.0.2",
"angular-mocks": "~1.0.5",
"angular-scenario": "~1.0.5",
"angular-bootstrap": "~0.3.0"
},
"resolutions": {
"angular": "1.2.0-rc.2"
}
}
}