Skip to content

Commit

Permalink
Merge pull request #23 from shgysk8zer0/bug/again
Browse files Browse the repository at this point in the history
Update exports... again
  • Loading branch information
shgysk8zer0 authored Jun 7, 2023
2 parents 38de672 + 181dd6d commit 6c67b1e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.0.3] - 2023-06-07

### Fixed
- Re-fix exports

## [v1.0.2] - 2023-06-07

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shgysk8zer0/rollup-import",
"version": "1.0.2",
"version": "1.0.3",
"description": "A RollUp plugin for importing modules from URLs, paths, and bare specifiers using import maps.",
"type": "module",
"engines": {
Expand All @@ -11,8 +11,8 @@
"module": "./index.js",
"exports": {
".": {
"import": "index.js",
"require": "index.cjs"
"import": "./index.js",
"require": "./index.cjs"
}
},
"scripts": {
Expand Down

0 comments on commit 6c67b1e

Please sign in to comment.