susee 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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  </div>
7
7
  <!-- markdownlint-enable MD033 -->
8
8
 
9
- [![npm version](https://img.shields.io/npm/v/susee)](https://www.npmjs.com/package/susee) [![license](https://img.shields.io/npm/l/susee)](LICENSE) [![GitHub Actions Workflow Status](https://github.com/phothinmg/susee/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/phothinmg/susee/actions/workflows/npm-publish.yml)
9
+ [![npm version](https://img.shields.io/npm/v/susee)](https://www.npmjs.com/package/susee) [![license](https://img.shields.io/npm/l/susee)](LICENSE)
10
10
 
11
11
  ## Overview
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "susee",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Tiny TypeScript Bundler",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",