mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Updated package.json to match packages
no-issue
This commit is contained in:
parent
07e15b8f68
commit
adf8da686a
1 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,10 @@
|
|||
{
|
||||
"name": "@tryghost/members-auth-pages",
|
||||
"version": "0.1.0",
|
||||
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-gateway-protocol",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "yarn build --no-production && preact watch --port=8080",
|
||||
"clean": "rm -rf dist && mkdir dist",
|
||||
|
@ -17,9 +20,6 @@
|
|||
"index.js",
|
||||
"dist"
|
||||
],
|
||||
"eslintIgnore": [
|
||||
"build/*"
|
||||
],
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^9.4.2",
|
||||
"cssnano": "^4.1.7",
|
||||
|
@ -36,5 +36,8 @@
|
|||
"preact": "^8.2.1",
|
||||
"preact-compat": "^3.17.0",
|
||||
"react-stripe-elements": "^2.0.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue