jsonresume-theme-academic 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,11 +3,8 @@
3
3
  > Academic serif theme for [JSON Resume](https://jsonresume.org) — EB Garamond, small-caps headings, gold accents. Print-first, PDF-ready.
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/jsonresume-theme-academic.svg)](https://www.npmjs.com/package/jsonresume-theme-academic)
6
- [![CI](https://github.com/ebenezer-isaac/jsonresume-theme-academic/actions/workflows/ci.yml/badge.svg)](https://github.com/ebenezer-isaac/jsonresume-theme-academic/actions/workflows/ci.yml)
7
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
8
7
 
9
- ![Preview](examples/preview.png)
10
-
11
8
  ## Features
12
9
 
13
10
  - Academic serif typography (EB Garamond)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsonresume-theme-academic",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Academic serif theme for JSON Resume — EB Garamond, small-caps headings, gold accents. Print-first, PDF-ready.",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",