Workflow funktioniert nun wieder. Es gab Probleme nach Aenderungen.
Build and Publish Site / docker (push) Successful in 23s
Build and Publish Site / docker (push) Successful in 23s
ABER: Die Applikation funktioniert nur lokal. Die deployte Version geht noch nicht.
This commit is contained in:
+50
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"name": "suncalc2",
|
||||
"version": "1.8.1",
|
||||
"description": "A tiny JavaScript library for calculating sun/moon positions and phases.",
|
||||
"homepage": "https://github.com/andiling/suncalc2",
|
||||
"keywords": [
|
||||
"sun",
|
||||
"astronomy",
|
||||
"math",
|
||||
"calculation",
|
||||
"sunrise",
|
||||
"sunset",
|
||||
"twilight",
|
||||
"moon",
|
||||
"illumination"
|
||||
],
|
||||
"author": "Vladimir Agafonkin",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/andiling/suncalc2.git"
|
||||
},
|
||||
"main": "suncalc2.js",
|
||||
"devDependencies": {
|
||||
"eslint": "^3.12.2",
|
||||
"eslint-config-mourner": "^2.0.1",
|
||||
"tap": "^8.0.1"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "mourner",
|
||||
"rules": {
|
||||
"indent": 0,
|
||||
"array-bracket-spacing": 0,
|
||||
"strict": 0,
|
||||
"brace-style": 0
|
||||
},
|
||||
"env": {
|
||||
"amd": true
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"pretest": "eslint suncalc2.js test.js",
|
||||
"test": "tap test.js",
|
||||
"cov": "tap test.js --cov"
|
||||
},
|
||||
"jshintConfig": {
|
||||
"quotmark": "single",
|
||||
"trailing": true,
|
||||
"unused": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user