@harvard-lts/mirador-template-plugin 0.1.10 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,7 +17,10 @@ The following are some useful scripts can be ran using `npm run <script>`. A ful
17
17
 
18
18
  | Script | Description |
19
19
  | ------- | -------------------------------------------------------------------------------------------------------------------------- |
20
+ | `clean` | Removes the `dist` directories |
20
21
  | `build` | Builds the source files into the `./dist` directory |
22
+ | `serve` | Spins up the local development server at http://localhost:9000 |
23
+ | `test` | Runs the test suite |
21
24
 
22
25
  ## Installing in Mirador
23
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harvard-lts/mirador-template-plugin",
3
- "version": "0.1.10",
3
+ "version": "0.1.12",
4
4
  "description": "Template for Harvard mps-viewer Mirador plugins",
5
5
  "module": "dist/es/index.js",
6
6
  "files": [