main in package.json should point to a JS file

Since we only use Node for Grunt, the Gruntfile is what makes the most sense.
This commit is contained in:
Pierre Rudloff 2017-11-23 11:52:34 +01:00
parent e2a5cbdb30
commit d5efd1cbd7
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
"youtube"
],
"license": "GPL-3.0",
"main": "index.php",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/Rudloff/alltube.git"