File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 186
186
same "printed page" as the copyright notice for easier
187
187
identification within third-party archives.
188
188
189
- Copyright 2024 Puter Technologies Inc. All Rights Reserved.
189
+ Copyright 2024-present Puter Technologies Inc. All Rights Reserved.
190
190
191
191
Licensed under the Apache License, Version 2.0 (the "License");
192
192
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 7
7
"start-server" : " npx http-server --cors -c-1" ,
8
8
"start-webpack" : " webpack && webpack --output-filename puter.dev.js --watch --devtool source-map" ,
9
9
"start" : " concurrently \" npm run start-server\" \" npm run start-webpack\" " ,
10
- "build" : " webpack && { echo \" // Copyright 2024 Puter Technologies Inc. All rights reserved.\" ; echo \" // Generated on $(date '+%Y-%m-%d %H:%M')\n\" ; cat ./dist/puter.js; } > temp && mv temp ./dist/puter.js"
10
+ "build" : " webpack && { echo \" // Copyright 2024-present Puter Technologies Inc. All rights reserved.\" ; echo \" // Generated on $(date '+%Y-%m-%d %H:%M')\n\" ; cat ./dist/puter.js; } > temp && mv temp ./dist/puter.js"
11
11
},
12
12
"keywords" : [],
13
13
"author" : " " ,
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1" ,
8
8
"start-webpack" : " webpack ./index.js --output-filename putility.js --output-library putility && webpack ./index.js --output-filename putility.dev.js --output-library putility --watch --devtool source-map" ,
9
- "build" : " webpack ./index.js --output-filename putility.js --output-library putility && { echo \" // Copyright 2024 Puter Technologies Inc. All rights reserved.\" ; echo \" // Generated on $(date '+%Y-%m-%d %H:%M')\n\" ; cat ./dist/putility.js; echo \"\" ; } > temp && mv temp ./dist/putility.js"
9
+ "build" : " webpack ./index.js --output-filename putility.js --output-library putility && { echo \" // Copyright 2024-present Puter Technologies Inc. All rights reserved.\" ; echo \" // Generated on $(date '+%Y-%m-%d %H:%M')\n\" ; cat ./dist/putility.js; echo \"\" ; } > temp && mv temp ./dist/putility.js"
10
10
},
11
11
"author" : " Puter Technologies Inc." ,
12
12
"license" : " AGPL-3.0-only"
You can’t perform that action at this time.
0 commit comments