@teipublisher/pb-components 2.1.0 → 2.1.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teipublisher/pb-components",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Collection of webcomponents underlying TEI Publisher",
5
5
  "repository": "https://github.com/eeditiones/tei-publisher-components.git",
6
6
  "main": "index.html",
@@ -27,7 +27,8 @@
27
27
  "format:prettier": "prettier \"**/*.js\" --write --ignore-path .gitignore",
28
28
  "lint": "npm run lint:eslint && npm run lint:prettier",
29
29
  "format": "npm run format:eslint && npm run format:prettier",
30
- "clean": "rimraf dist lib css images/leaflet images/openseadragon demo/build docs",
30
+ "clean": "npm run clean-lib && rimraf dist css images/leaflet demo/build docs",
31
+ "clean-lib": "rimraf -g lib/leaflet* lib/paged*",
31
32
  "prepare": "npm run docs && npm run build:production",
32
33
  "semantic-release": "semantic-release",
33
34
  "gh-pages": "node gh-pages.js"
@@ -81,7 +82,6 @@
81
82
  "lit-element": "latest",
82
83
  "lit-html": "^1.3.0",
83
84
  "marked": "^1.2.0",
84
- "openseadragon": "github:Jinntec/openseadragon",
85
85
  "pagedjs": "^0.4.0",
86
86
  "prismjs": "^1.21.0",
87
87
  "tippy.js": "^6.2.7",