Skip to content

Commit a3ef5f4

Browse files
committed
Add a package.json file as a way to run scripts and control version number.
1 parent 1c15bfd commit a3ef5f4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "support",
3+
"version": "0.44.0",
4+
"description": "GitFiend root repo",
5+
"scripts": {},
6+
"author": "Toby Suggate",
7+
"license": "MIT"
8+
}

0 commit comments

Comments
 (0)