0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
This commit is contained in:
Rish 2020-05-01 13:05:23 +05:30
parent 29c4b6be0f
commit d4f604d091

View file

@ -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": [