Skip to content

Commit da391ca

Browse files
author
GitHub
committed
0.4.1-0
1 parent 40cb36c commit da391ca

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
{
22
"name": "rimless",
33
"author": "Aurélien Franky",
4-
"version": "0.4.0",
4+
"version": "0.4.1-0",
55
"license": "MIT",
66
"homepage": "https://github.com/au-re/rimless",
77
"description": "event base communication made easy with a promise-based API wrapping `postMessage`",
88
"type": "module",
99
"main": "lib/rimless.js",
1010
"module": "lib/rimless.js",
1111
"types": "lib/index.d.ts",
12-
"files": ["lib"],
12+
"files": [
13+
"lib"
14+
],
1315
"scripts": {
1416
"dev": "vite",
1517
"build": "tsc -b && vite build",

0 commit comments

Comments
 (0)