File tree Expand file tree Collapse file tree 4 files changed +20
-2
lines changed
Expand file tree Collapse file tree 4 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11README.md.html
2+ * .ccmod
Original file line number Diff line number Diff line change 1+ {
2+ "id" : " input-api" ,
3+ "version" : " 1.0.2" ,
4+ "title" : " input-api" ,
5+ "description" : " Allows mods to add rebindable key bindings" ,
6+ "repository" : " https://github.com/CCDirectLink/input-api" ,
7+ "tags" : [" library" ],
8+ "authors" : " dmitmel" ,
9+ "postload" : " postload.js"
10+ }
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ BASE_NAME=" $( jq ' .id' ccmod.json | sed ' s/^"//;s/"$//' ) "
3+ NAME=" ${BASE_NAME} .ccmod"
4+ rm -rf " $BASE_NAME " *
5+ zip -r " $NAME " ./ -x " *.ccmod" " *.zip" " node_modules/*" " .git*" " *.ts" " *.md" \
6+ " tsconfig.json" " *.sh" " package-lock.json" " pack/*" " bundle.zip" " .prettierrc.json" \
7+ " *.kra" " *.kra~" " *.png~" " src/*"
Original file line number Diff line number Diff line change 11{
22 "name" : " input-api" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.0.2 " ,
44 "description" : " Allows mods to add rebindable key bindings" ,
55 "license" : " MIT" ,
6- "homepage" : " https://github.com/dmitmel /input-api" ,
6+ "homepage" : " https://github.com/CCDirectLink /input-api" ,
77 "module" : true ,
88 "postload" : " postload.js"
99}
You can’t perform that action at this time.
0 commit comments