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:
parent
497934bb6a
commit
1ae43a9ce0
2 changed files with 2 additions and 2 deletions
0
ghost/members-auth-pages/blank.js
Normal file
0
ghost/members-auth-pages/blank.js
Normal 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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue