diff --git a/.gitignore b/.gitignore index 49ddea719..89dbad5d2 100755 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .DS_Store +TODO.txt node_modules/ dest/ diff --git a/README.md b/README.md index 1e09dfba7..13ab8b39a 100755 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This will install all dependencies, build the code, start a server at [http://12 HTML is generated from [Pug](https://pugjs.org) templates (formerly known as Jade). -Localized strings are pulled from Java .properties files located in `/locales`. +Localized strings are pulled from [Java .properties](https://en.wikipedia.org/wiki/.properties) files located in `/locales`. #### CSS diff --git a/package.json b/package.json index 5b17b9b69..b6f4fc841 100755 --- a/package.json +++ b/package.json @@ -1,5 +1,7 @@ { "name": "mozilla-leadership-network", + "repository": "https://github.com/mozilla/network", + "issues": "https://github.com/mozilla/network/issues", "version": "1.0.0", "description": "Mozilla Leadership Network", "scripts": {