author | Nemo <commits@captnemo.in> | 2022-03-05 14:15:54.0 +05:30:00 |
---|---|---|
committer | Nemo <commits@captnemo.in> | 2022-03-05 14:16:21.0 +05:30:00 |
commit | 4dccf4e70ba26e7dbc73ca47e112acf2f317b947 [patch] |
|
tree | 2241c50f2720c4ade163ff9cca89609803f61ca1 |
|
parent | 467001f5e5027884dfbcc4513003fd4ca6b99dc0 |
|
download | 4dccf4e70ba26e7dbc73ca47e112acf2f317b947.tar.gz |
Add Makefile
Diff
.editorconfig | 3 +++ Makefile | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/.editorconfig b/.editorconfig index c6c8b36..730d51b 100644 --- a/.editorconfig +++ a/.editorconfig @@ -7,3 +7,6 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true [Makefile] indent_style = tab diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..85b6544 100644 --- /dev/null +++ a/Makefile @@ -1,0 +1,8 @@ all: npm update php _scripts/gen_versions.php gc -am "Updates $(date)" npm version patch git push git push --tags npm publish