Skip to content

Commit 3590eb1

Browse files
authored
Change mention of package.json to bpkg.json (#49)
1 parent c09521c commit 3590eb1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

guidelines/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ group : navigation
99

1010
Here we lay down some info on the structure of a package.
1111

12-
## package.json
12+
## bpkg.json
1313

14-
Every package must have a file called `package.json`; it specifies package metadata on the [JSON format][json].
14+
Every package must have a file called `bpkg.json`; it specifies package metadata on the [JSON format][json].
15+
(For legacy reasons, this file may also be called `pacakge.json`).
1516

16-
Here's an example of a well-formed `package.json`:
17+
Here's an example of a well-formed `bpkg.json`:
1718

1819
```json
1920
{

0 commit comments

Comments
 (0)