diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..180e91e --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.idea +/bower_components +.tmp +.DS_Store +.zip diff --git a/bower.json b/bower.json index 3b139c3..9c5535e 100644 --- a/bower.json +++ b/bower.json @@ -6,7 +6,10 @@ "ADM | Amirkabir Data Miners " ], "description": "Pure AngularJs Gregorian and Jalali smart dateTimePicker", - "main": "ADM-dateTimePicker.js", + "main": [ + "./dist/ADM-dateTimePicker.js", + "./dist/ADM-dateTimePicker.css" + ], "moduleType": [ "globals" ], @@ -22,6 +25,9 @@ "amirkabirdataminers", "adm" ], + "dependencies": { + "angular": "1.6.1" + }, "license": "MIT", "ignore": [ "*.log", @@ -30,4 +36,4 @@ ".gitignore", ".sass-cache" ] -} \ No newline at end of file +}