Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit 0388cac

Browse files
Fixing name
1 parent 6cba09e commit 0388cac

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [3.0.1] - 2021-05-17
10+
11+
### Fixed
12+
13+
- Fixing dependency name
14+
915
## [3.0.0] - 2021-05-17
1016

1117
### Chore

vite.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ module.exports = {
44
build: {
55
lib: {
66
entry: path.resolve(__dirname, 'src/index.ts'),
7-
name: 'stimulus-timeago'
7+
name: 'stimulus-character-counter'
88
},
99
rollupOptions: {
10-
external: ['date-fns', 'stimulus'],
10+
external: ['stimulus'],
1111
output: {
1212
globals: {
1313
stimulus: 'Stimulus'

0 commit comments

Comments
 (0)