1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-09-17 09:57:23 +03:00

Fix theme main field

This commit is contained in:
Brent Jackson 2019-04-11 11:29:23 -04:00
parent b5020b9c52
commit acabb9f539
2 changed files with 2 additions and 4 deletions

View File

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

View File

@ -1,3 +1 @@
import React from 'react'
export default {}