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:
parent
e2a5cbdb30
commit
d5efd1cbd7
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue