Skip to content

.css files not being installed #12

Open
@JebronLames

Description

@JebronLames

Bower install loads .js file but not .css file. I believe it is because the package.json file is missing "angularjs-datetime-picker.css" in the main field.

{
"name": "angularjs-datetime-picker",
"version": "0.1.20",
"description": "Very Lightweight AngularJS DateTime Picker Without Using jQuery, bootStrap, or moment",
"main": "angularjs-datetime-picker.js",
"scripts": {
"test": "echo "Error: no test specified" && exit 1"
},

main only includes the .js file.

Great datetime picker!

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions