@adstore/templates 2.6.14 → 2.6.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,14 +1,15 @@
1
1
  {
2
2
  "name": "@adstore/templates",
3
3
  "private": false,
4
- "version": "2.6.14",
4
+ "version": "2.6.15",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
8
8
  ],
9
9
  "types": "./dist/templates.es.d.ts",
10
10
  "exports": {
11
- ".": "./dist/@adstore/templates.js",
11
+ ".": "./dist/templates.js",
12
+ "./style.css": "./dist/style.css",
12
13
  "./package.json": "./package.json"
13
14
  },
14
15
  "scripts": {