@adstore/templates 2.7.2 → 2.7.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,14 +1,17 @@
1
1
  {
2
2
  "name": "@adstore/templates",
3
3
  "private": false,
4
- "version": "2.7.2",
4
+ "version": "2.7.3",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
8
8
  ],
9
9
  "types": "./dist/templates.es.d.ts",
10
- "main": "./dist/templates.umd.js",
11
- "module": "./dist/templates.es.js",
10
+ "exports": {
11
+ ".": "./dist/templates.js",
12
+ "./style.css": "./dist/style.css",
13
+ "./package.json": "./package.json"
14
+ },
12
15
  "scripts": {
13
16
  "dev": "vite build --watch",
14
17
  "build": "vite build",