aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorNathan Wang2020-06-21 14:06:07 -0700
committerNathan Wang2020-06-21 14:06:07 -0700
commit2295ab23f72f36b817ec49f632477314b630f55c (patch)
tree4eee584f13ac131611c34642ef66a1f1b010065b /package.json
parent1aab78065b3cbb72ab30e8b0d962270b9445fb8e (diff)
cleanup; add dependabot
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 7 insertions, 10 deletions
diff --git a/package.json b/package.json
index bcae87c..8aa7cbf 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,9 @@
{
- "name": "gatsby-starter-default",
+ "name": "usaco-guide",
"private": true,
- "description": "A simple starter to get up and developing quickly with Gatsby",
+ "description": "A free collection of curated, high-quality resources to take you from Bronze to Platinum and beyond.",
"version": "0.1.0",
- "author": "Kyle Mathews <mathews.kyle@gmail.com>",
+ "author": "Nathan Wang <nathan.r.wang@gmail.com>",
"dependencies": {
"@mdx-js/mdx": "^1.6.5",
"@mdx-js/react": "^1.6.5",
@@ -40,14 +40,11 @@
"lint-staged": "^10.2.11",
"prettier": "^2.0.5"
},
- "keywords": [
- "gatsby"
- ],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
- "format": "prettier --write \"**/*.{js,jsx,json,md}\"",
+ "format": "prettier --write .",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
@@ -55,10 +52,10 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/gatsbyjs/gatsby-starter-default"
+ "url": "https://github.com/thecodingwizard/usaco-guide"
},
"bugs": {
- "url": "https://github.com/gatsbyjs/gatsby/issues"
+ "url": "https://github.com/thecodingwizard/usaco-guide/issues"
},
"husky": {
"hooks": {
@@ -66,6 +63,6 @@
}
},
"lint-staged": {
- "*.{js,jsx,json,md}": "prettier --write"
+ "*.{js,jsx,ts,tsx,json,md}": "prettier --write"
}
}