mirror of
https://github.com/jxnblk/mdx-deck.git
synced 2024-11-29 13:58:02 +03:00
Fix theme main field
This commit is contained in:
parent
b5020b9c52
commit
acabb9f539
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@mdx-deck/gatsby-theme",
|
||||
"version": "2.0.9-alpha.0",
|
||||
"main": "index.js",
|
||||
"version": "2.0.9-alpha.1",
|
||||
"main": "src/index.js",
|
||||
"author": "Brent Jackson <jxnblk@gmail.com>",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
@ -1,3 +1 @@
|
||||
import React from 'react'
|
||||
|
||||
export default {}
|
||||
|
Loading…
Reference in New Issue
Block a user