aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBraxton Hall2022-10-27 07:45:28 +0000
committerGitHub2022-10-27 07:45:28 +0000
commitc2cde6bb9c1a43a69a276a20ad083d88b6fa0693 (patch)
tree16dfc02eac5fe3b538c3e49719eb62e800f0b4cd /package.json
parent4acadab99cb1e3241ed7e5fd3b39d07adbc54f21 (diff)
Workflow (#56)
* Make the people check more rigorous * Actually install ajv before trying to use it in an action * Automatically prettify people.json * Rename workflow step * Make sure correct branch is checked out * Use tabs
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..b54a9a6
--- /dev/null
+++ b/package.json
@@ -0,0 +1,12 @@
+{
+ "name": "fib",
+ "version": "1.0.0",
+ "description": "the fibonacci only you would give me",
+ "main": "index.js",
+ "repository": "git@github.com:braxtonhall/fib.git",
+ "author": "braxtonhall <braxtonjhall@gmail.com>",
+ "license": "MIT",
+ "devDependencies": {
+ "ajv": "^8.11.0"
+ }
+}