Skip to content

Commit

Permalink
Merge pull request #25 from shgysk8zer0/bug/npm-utils
Browse files Browse the repository at this point in the history
Update `@shgysk8zer0/npm-utils`
  • Loading branch information
shgysk8zer0 authored Jun 10, 2023
2 parents 490a7ad + 85f7f92 commit 2bae581
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 14 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.1.1] - 2023-06-10

### Changed
- Update `@shgysk8zer0/npm-utils` with support for `require()`

## [v1.1.0] - 2023-06-10

### Added
Expand Down
26 changes: 14 additions & 12 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shgysk8zer0/rollup-import",
"version": "1.1.0",
"version": "1.1.1",
"description": "A RollUp plugin for importing modules from URLs, paths, and bare specifiers using import maps.",
"type": "module",
"engines": {
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"homepage": "https://github.com/shgysk8zer0/rollup-import#readme",
"dependencies": {
"@shgysk8zer0/npm-utils": "^1.0.4",
"@shgysk8zer0/npm-utils": "^1.0.5",
"magic-string": "^0.30.0"
},
"devDependencies": {
Expand Down

0 comments on commit 2bae581

Please sign in to comment.