Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ public/assets/lib/
build/
logs
*.log
npm-debug.log*
npm-debug.log*
blueimp-load-image
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

<img src="https://allcountjs.com/assets/images/allcountjs-logo-card.png" width="381">

# WARNING: This project is not maintained anymore

# What is AllcountJS

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "AllcountJS",
"name": "allcountjs",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why have you decided to change letter's case in the name?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As per bower warning "bower invalid-meta The "name" is recommended to be lowercase, can contain digits, dots, dashes"

"version": "1.0.0",
"devDependencies": {},
"dependencies": {
Expand Down
Loading