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",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
"license": "MIT",
|
||||
"repository": "git@github.com:TryGhost/membersjs.git",
|
||||
"author": "Ghost Foundation",
|
||||
|
@ -37,8 +37,13 @@
|
|||
"prepublishOnly": "yarn build"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": ["react-app", "plugin:ghost/browser"],
|
||||
"plugins": ["ghost"]
|
||||
"extends": [
|
||||
"react-app",
|
||||
"plugin:ghost/browser"
|
||||
],
|
||||
"plugins": [
|
||||
"ghost"
|
||||
]
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
|
|
Loading…
Reference in a new issue