Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed opening hours and added simple-opening-hours #349

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"i18next-client": "^1.11.5",
"jasmine": "^3.0.0",
"jshint": "~2.11.0",
"opening_hours": "~3.5.0"
"simple-opening-hours": "^0.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/wo-ist-markt/wo-ist-markt.github.io"
},
"scripts": {
"scripts": {
Copy link
Member

Choose a reason for hiding this comment

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

This new whitespace should be removed.

Copy link
Member

Choose a reason for hiding this comment

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

@Kishore-abhimanyu Do you need help with this?

Copy link
Member

Choose a reason for hiding this comment

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

@Kishore-abhimanyu Are you still working on this?

Copy link
Member

Choose a reason for hiding this comment

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

@mojoaxel Do you know the state of this pull request?

Copy link
Member

Choose a reason for hiding this comment

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

🛎️ @Kishore-abhimanyu, @mojoaxel Last reminder before closing this.

"lint": "jshint js preprocessing validation",
"jasmine-tests": "jasmine",
"test": "npm run lint && npm run jasmine-tests && npm run validate",
Expand Down