@dpouris/gswap 0.3.2 → 0.3.3

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 +1 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dpouris/gswap",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "A library for swapping between images in a gallery",
5
5
  "main": "dist/src/main.js",
6
6
  "types": "dist/src/main.d.ts",
@@ -9,10 +9,6 @@
9
9
  "gswap.gif",
10
10
  "dist/"
11
11
  ],
12
- "exports": {
13
- ".": "./dist/index.js",
14
- "./types": "./dist/types/index.js"
15
- },
16
12
  "directories": {
17
13
  "example": "examples"
18
14
  },