@harvard-lts/mirador-template-plugin 0.1.8 → 0.1.9

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.
@@ -31,4 +31,4 @@ jobs:
31
31
  - name: Publish to npm
32
32
  run: npm publish --access=public
33
33
  env:
34
- NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
34
+ NODE_AUTH_TOKEN: ${{ secrets.LTS_NPM_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harvard-lts/mirador-template-plugin",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Template for Harvard mps-viewer Mirador plugins",
5
5
  "main": "dist/index.js",
6
6
  "source": "src/index.js",