Skip to content

Commit e495b78

Browse files
committed
chore: prepare publish
1 parent 1f2f6b6 commit e495b78

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@
3737
},
3838
"files": [
3939
"src",
40-
"dist"
40+
"./dist",
41+
"./CHANGELOG",
42+
"./README.md",
43+
"./README_pt_BR.md"
4144
],
4245
"publishConfig": {
4346
"access": "public",

tool/rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable */
22
import cjs from '@rollup/plugin-commonjs';
33
import { nodeResolve } from '@rollup/plugin-node-resolve';
4-
import packageJson from '../package.json' assert {type: "json"};;
4+
import packageJson from '../package.json' with { type: "json" };
55

66
const {dependencies} = packageJson;
77
const plugins = [nodeResolve(), cjs()];

0 commit comments

Comments
 (0)