Skip to content

Commit

Permalink
Fixed package.json. Released version 2.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Schneider committed Mar 3, 2014
1 parent 37a9f2b commit 0889bdc
Show file tree
Hide file tree
Showing 4 changed files with 435 additions and 26 deletions.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Copyright (c) 2012-2013 Dmitry Marakasov
Copyright (c) 2013-2014 Robin `ypid` Schneider
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are
Expand Down
1 change: 0 additions & 1 deletion node_modules/suncalc

This file was deleted.

22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
{
"name": "opening_hours",
"version": "2.1.0",
"author": "Dmitry Marakasov <[email protected]>",
"name" : "opening_hours",
"description" : "Library to parse and process opening_hours tag from OpenStreetMap data",
"version" : "2.1.1",
"author" : "Dmitry Marakasov <[email protected]>",
"homepage" : "https://github.com/ypid/opening_hours.js",
"contributors": [
{
"name": "Robin Schneider",
"email": "[email protected]"
"name" : "Robin Schneider",
"email" : "[email protected]"
}
],
"description": "Library to parse and process opening_hours tag from OpenStreetMap data",
"main": "opening_hours.js",
"repository": {
"type": "git",
"url": "https://github.com/ypid/opening_hours.js"
"type" : "git",
"url" : "https : //github.com/ypid/opening_hours.js"
},
"bugs": "https://github.com/ypid/opening_hours.js/issues?state=open",
"dependencies": {
"suncalc": ">=1.2.1"
},
"devDependencies": {
"colors": ">=0.6.2",
"sprintf": ">=0.1.3"
"colors" : ">=0.6.2",
"sprintf" : ">=0.1.3"
},
"keywords": [
"openstreetmap",
Expand Down
Loading

0 comments on commit 0889bdc

Please sign in to comment.