File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11import fs from "fs" ;
22
3- const executableScript = async ( ) => {
3+ const executableScript = ( ) => {
44 let executableScriptPath = "" ;
55
66 return {
Original file line number Diff line number Diff line change 11{
22 "name" : " rollup-plugin-executable-script" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " A plugin to tell system to use node interpreter and provide executable permissions to the output file." ,
55 "license" : " MIT" ,
66 "author" : " Thejus Paul" ,
77 "homepage" : " https://github.com/Thejus-Paul/rollup-plugin-executable-script" ,
88 "bugs" : " https://github.com/Thejus-Paul/rollup-plugin-executable-script/issues" ,
99 "main" : " ./dist/index.cjs.js" ,
1010 "module" : " ./dist/index.js" ,
11- "type" : " module" ,
1211 "types" : " ./types/index.d.ts" ,
1312 "exports" : {
1413 "default" : " ./dist/index.cjs.js" ,
1918 "node" : " >=16.0.0"
2019 },
2120 "scripts" : {
22- "build" : " rollup -c"
21+ "build" : " rollup -c --bundleConfigAsCjs "
2322 },
2423 "files" : [
2524 " dist" ,
You can’t perform that action at this time.
0 commit comments