Skip to content

Commit e4cddf0

Browse files
authored
Merge pull request #441 from cityofaustin/chia/27715-depend-cooldown
Configure to use dependency cooldowns
2 parents 5e6cf7e + b6174c3 commit e4cddf0

8 files changed

Lines changed: 828 additions & 61236 deletions

File tree

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
min-release-age=7
2+
ignore-scripts=true

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,25 @@ This repo houses code for the [ATD Data & Performance Hub](https://data.mobility
1212

1313
Activate your node environment
1414

15-
```shell
16-
$ nvm use
15+
```bash
16+
nvm use
17+
```
18+
19+
Install the latest version of npm
20+
```bash
21+
nvm install-latest-npm
1722
```
1823

1924
Install dependencies
2025

21-
```shell
22-
$ npm install
26+
```bash
27+
npm install
2328
```
2429

2530
Start the development server
2631

27-
```shell
28-
$ npm run dev
32+
```bash
33+
npm run dev
2934
```
3035

3136
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

components/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const LINKS = [
99
{ label: "Data", href: "https://data.austintexas.gov" },
1010
{
1111
label: "Disclaimer",
12-
href: "https://www.austintexas.gov/page/city-austin-open-data-terms-use",
12+
href: "https://data.austintexas.gov/stories/s/ranj-cccq",
1313
},
1414
{
1515
label: "Code",

0 commit comments

Comments
 (0)