Skip to content

Commit

Permalink
CI: npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics committed Feb 19, 2024
1 parent ba743ac commit b459f2e
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 835 deletions.
2 changes: 0 additions & 2 deletions bin/carbon.js

This file was deleted.

6 changes: 2 additions & 4 deletions demo/.vitepress/config.mts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { defineConfigWithTheme } from 'vitepress'
import path from 'path'
// @ts-ignore
import baseConfig from 'vitepress-carbon/config'
// @ts-ignore
import type { ThemeConfig } from 'vitepress-carbon/config'
import baseConfig from '../../src/theme/config/baseConfig'
import type { ThemeConfig } from '../../src'
import { DefaultTheme } from 'vitepress/theme'

const guideGroupItems = [
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
{
"name": "vitepress-carbon",
"version": "1.0.0",
"version": "0.0.14",
"description": "Carbon embraces GitHub's monochromatic ethos, offering a theme for VitePress documentation that is sleek, modern, and effortlessly stylish.",
"main": "src/index.ts",
"type": "module",
"exports": {
".": "./src/index.ts",
"./config": {
"types": "./src/theme/config/baseConfig.d.ts",
"default": "./src/theme/config/baseConfig.js"
}
},
"bin": {
"vitepress-carbon": "bin/carbon.js"
},
"files": [
"src",
"types"
Expand Down
229 changes: 0 additions & 229 deletions src/cli.ts

This file was deleted.

Loading

0 comments on commit b459f2e

Please sign in to comment.