Skip to content

Commit

Permalink
fix(package): change package name, update package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Wu committed Aug 21, 2020
1 parent 8778fe4 commit 3175b82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "resilienceapp_theme",
"name": "resilience-landing-page",
"description": "We’re making it safe and easy for communities to provide local aid.",
"version": "1.1.3",
"author": "Mutual Aid",
Expand Down Expand Up @@ -37,11 +37,11 @@
"license": "MIT",
"main": "n/a",
"scripts": {
"clean": "rm -rf .cache/* && gatsby clean",
"clean": "gatsby clean",
"commit": "git cz",
"start": "npm run develop",
"build": "npm run clean && gatsby build",
"develop": "npm run clean && gatsby develop",
"develop": "gatsby develop",
"lint": "eslint src/**/*.js; prettier --check \"{gatsby-*.js,src/**/*.js}\"",
"format": "eslint --fix src/**/*.js && prettier --write \"{gatsby-*.js,src/**/*.js}\"",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 3175b82

Please # to comment.