0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Added blank.js to root of auth-pages

no-issue

This is so we have a valid js file for node require resolution
This commit is contained in:
Fabien O'Carroll 2019-05-08 11:45:33 +02:00
parent 497934bb6a
commit 1ae43a9ce0
2 changed files with 2 additions and 2 deletions

View file

View file

@ -4,7 +4,7 @@
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-gateway-protocol",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"main": "blank.js",
"scripts": {
"dev": "yarn build --no-production && preact watch --port=8080",
"clean": "rm -rf dist && mkdir dist",
@ -17,7 +17,7 @@
"posttest": "yarn lint"
},
"files": [
"index.js",
"blank.js",
"dist"
],
"devDependencies": {