esm.dev 1.8.19 → 1.8.21

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": "esm.dev",
3
- "version": "1.8.19",
3
+ "version": "1.8.21",
4
4
  "description": "TypeScript library template",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -34,7 +34,8 @@ services:
34
34
  ports:
35
35
  - '{{esmPort}}:8080'
36
36
  volumes:
37
- - {{esmStoragePath}}:/esmd
37
+ - {{esmStoragePath}}/npm:/esmd/npm
38
+ - {{esmStoragePath}}/storage:/esmd/storage
38
39
 
39
40
  npm:
40
41
  image: verdaccio/verdaccio:latest