Skip to content

Commit b2c3143

Browse files
authored
Merge pull request #5 from fastly/kats/updates
Update dependencies, modernize webpack config
2 parents 6a544e7 + d940fd0 commit b2c3143

File tree

5 files changed

+483
-102
lines changed

5 files changed

+483
-102
lines changed

fastly.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ language = "javascript"
77
manifest_version = 2
88
name = "OpenAPI Validation (JS)"
99

10+
[scripts]
11+
build = "npm run build"
12+
1013
[local_server]
1114
[local_server.backends]
1215
[local_server.backends.origin]
1316
url = "https://httpbin.org/"
1417

15-
[scripts]
16-
build = "npm run build"
17-
1818
[setup]
1919
[setup.backends]
2020
[setup.backends.origin]

0 commit comments

Comments
 (0)