mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
v0.2.4
This commit is contained in:
parent
29c4b6be0f
commit
d4f604d091
1 changed files with 8 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tryghost/members-js",
|
"name": "@tryghost/members-js",
|
||||||
"version": "0.2.3",
|
"version": "0.2.4",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "git@github.com:TryGhost/membersjs.git",
|
"repository": "git@github.com:TryGhost/membersjs.git",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
|
@ -37,8 +37,13 @@
|
||||||
"prepublishOnly": "yarn build"
|
"prepublishOnly": "yarn build"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": ["react-app", "plugin:ghost/browser"],
|
"extends": [
|
||||||
"plugins": ["ghost"]
|
"react-app",
|
||||||
|
"plugin:ghost/browser"
|
||||||
|
],
|
||||||
|
"plugins": [
|
||||||
|
"ghost"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
"production": [
|
"production": [
|
||||||
|
|
Loading…
Reference in a new issue