Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Curation] Add package.json file to curated branch (#647)
This should allow users to install the curated branch of Webref directly from npm and then import it from code (see #641): ``` npm install "https://github.com/w3c/webref.git#curated" ``` ```js import webref from 'webref/ed' assert { type: 'json' }; ``` Note that we don't currently update the overall version of the Webref package (it stays at `0.0.1`) and don't provide the JS logic (`listAll`) that exists in the released `@webref/xxx` packages (that logic is in the `curated` branch but not in the `ed` folder).
- Loading branch information