File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " isutf8" ,
33 "description" : " Check if a Node.js Buffer or Uint8Array is utf-8" ,
4- "version" : " 3.0 .0" ,
4+ "version" : " 3.1 .0" ,
55 "author" : {
66 "name" : " Denis Seleznev" ,
77 "email" : " hcodes@yandex.ru" ,
4848 "unit" : " jest --config ./jest.config.js" ,
4949 "build" : " npm run clean && npm run build:esm && npm run build:common" ,
5050 "build:esm" : " rollup src/index.ts --config rollup.config.js --file dist/index.esm.js --format esm" ,
51- "build:common" : " rollup src/index.ts --config rollup.config.js --file dist/index.js --format commonjs --exports=auto" },
51+ "build:common" : " rollup src/index.ts --config rollup.config.js --file dist/index.js --format commonjs --exports=auto"
52+ },
5253 "types" : " index.d.ts" ,
5354 "files" : [
5455 " LICENSE" ,
5556 " README.md" ,
56- " lib/index.d.ts" ,
57- " lib/index.js"
57+ " dist/index.js" ,
58+ " dist/index.esm.js" ,
59+ " index.d.ts"
5860 ],
5961 "dependencies" : {}
6062}
You can’t perform that action at this time.
0 commit comments